HTML

PHOTO EMBED

Tue Jun 22 2021 14:28:45 GMT+0000 (Coordinated Universal Time)

Saved by @SandeepD #html

HTML stands for Hyper Text Markup Language

Used to present content in a structured and logical way

HTML Tage 

<p> Paragraph text </p>
  
Atributes tell more information about a tag

<h1 class="myclass" style="color:red;"> Test Paragraph </p>

Tags can be nested in other tags

Tags are normally indented when nested for readability

Heading tags range from h1 to h6


content_copyCOPY