Welcome to my Basics page!

Welcome to my notes hompage from IST coding class /w3schools . Each link will take you to a brand new topic. ENJOY!

What is the purpose of the <!DOCTYPE html> tag?
The declaration represents the document type, and helps browsers to display web pages correctly.
Compare and contract the <head> tags and <body> tags.
The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag.

Click here to go back to the Notes homepage.