What is html tag, element, content

·

1 min read

  • Let's take one example:-

  • <h1 class="heading" >Provick</h1>

  • Provick - content

  • Class=”heading” it's an attribute

  • <h1></h1> - it's a tag

  • So that's it's now you know what's tag element and attributes