Intro to HTML: <html>
Home Logic Battle Card RPG Godot Tutorials Linux Gaming Blog NodeJS + Postgres LAMP Stack HTML CSS PHP ReactJS VR Tech Blog Palm Beach Techie PHP Fiddle

Intro to HTML: HTML Tags

Quick Copy Boxes


<html> This is a starting HTML tag. It indicates the beginging of an html document.

</html> This is an ending HTML tag. It indicates the end of an html document.

All of your HTML content should be placed inside HTML tags/


      <!DOCTYPE html>
      <html>
      </html>