Creating the HTML, Head, and Body Sections
Creating the HTML, Head, and Body Sections
All of your HTML coding—except the DOCTYPE tag—should be placed within the two-sided <HTML> tag. Recall from the Introduction that when a tag is two-sided, it requires a relating shutting label or tag that is indistinguishable from the initial tag however contains a cut or slash: </html>. The tags <HTML>and </html> serve as a “wrapper” around all the other tags in the document.
Also, your…
View On WordPress








