How to build a simple web page from scratch – Part 3
We last left off by adding a div with an id of “content” to the body of our HTML document. Now we are going to start adding actual content, since we have a good place to put it. Content, with regard to web pages, is essentially anything that the viewer would see; text, pictures, video, etc. and that is why…
read more- by Brent Clark
- posted at 10:42 pm
- November 25, 2011
- 0Leave a comment
How to build a simple web page from scratch – Part 5
In this final phase of our tutorial we are going to build on what we’ve done so far. If you’ve been following along then your web page should look like the image below. If it doesn’t I would retrace your steps. This time around I am going to make the final changes to our sample page and let you figure…
read more- by Brent Clark
- posted at 11:42 pm
- November 10, 2011
- 0Leave a comment
