Welcome To My Basics Page

Welcome to my Basics page. Here are some things I have learned from the W3Schools Basics web page. You can visit this page by clicking on this Link

What is the purpose of the !DOCTYPE html> tag?
It represents the document type, and helps browsers to display web pages correctly.
Compare and contract the head tags and body tags
HTML headings are defined with the h1 to h6 tags, body tags are defined with the /body tag

Click here to return to the Notes Homepage