Basics

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

HTML Documents
All HTML documents must start with a document type declaration: <!DOCTYPE html>. The HTML document itself begins with <html> and ends with </html>. The visible part of the HTML document is between <body> and </body>.
How to View HTML Source
Click CTRL + U in an HTML page, or right-click on the page and select "View Page Source". This will open a new tab containing the HTML source code of the page.

Click here to return to the the Notes Nomepage.