How to build a simple web page from scratch – Part 2
Ok great, we have an open text editor; what do we do with it? Well, we are going to do a scary thing called programming. We are going to program (type) special words in a specific way into our text editor to make our web page do what we want. I have to admit that most of what I am…
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 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
- 0Leave a comment
