Archive for css

How to build a simple web page from scratch – Part 3

Website development, building a simple web page 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