Welcome to the Basic Page

Welcome to my Basic page. Here are some things I have learned from the W3Shcools Basic web page. Click Here to find more information.

What is the purpose of the <!DOCTYPE html> tag?
The <!DOCTYPE> declaration represents the document type, and helps browsers to display web pages correctly.
Compare and contract the <head> tags and <body> tags.
The <head> shows the name of the tab and the visible part of the HTML document is between <body> and </body>

Click Here to return to home page