HTML

  • Elements are made up of opening and closing tags enclosing content. For example: <tagname>Content</tagname>.
  • Tags can have attributes that provide additional information or properties. Example: <tagname attribute="value">Content</tagname>.

Thanks for learning