Basic HTML – Creating a Hyperlink – Part 1
February 24, 2011
One really can’t create a website without hyperlinks – then it would be just a bunch of individual, separate pages. Might as well read (or write) a book …
One really can’t create a website without hyperlinks – then it would be just a bunch of individual, separate pages. Might as well read (or write) a book …
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.
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.
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.