HTML
February 24, 2011
Now that we’ve taken a look at the boring, but very necessary, basic structural parts, we’re getting to some basic HTML tags that actually help define and display our content.
read more
February 24, 2011
Let’s look at what goes inside the Head Section of an HTML page. So far, we’ve put together the doctype and the outlines for the html, head, and body section.
read more
February 23, 2011
Web pages are more than just words; they require a structure. And this structure requires that we first declare the doctype. This doctype lets the browser know how to read what comes next.
read more