HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

What is HTML5

What is HTML5?

 

HTML5 is the latest and improved version of HTML. It is developed by the World Wide Web consortium. Some new characteristics included in this version are:-

  • DOCTYPE declaration: To declare HTML document type.
  • Main: The main tag defines the primary section in the document.
  • Section: The section tag defines specific sections in documents like header, footer, or any other section.
  • Header: The header tag defines the title or heading of the document or its section.
  • Footer: The footer tag defines the section of the document that contains information such as copyright or author information.
  • Article: The article tag defines an independent or self-contained part of the content of a document.

Code Explanation

All Tutorials related to FAQs

All Sections related to HTML