Welcome to my Basics Page
Welcome to my Basics page. Here ae some things I have learned from the W3Schools Basics web page.
- 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
- While the <head> tag contains non-visible metadata and machine-readable resources, the <body> tag contains all the visible content rendered for users to see on a webpage.
click Here to see the W3Schools site Basics page
Notes Hompage