Basic Tags of HTML, Important Tags For HTML || Basic HTML

Basic Tag of HTML

  1. <head> It is a container for all the head elements like title for the document, scripts, styles, meta information, and more
  2. <title> Defines a title in the browser toolbar & Displays a title for the page in search-engine results
  3. <body> Defines the document's body and contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
  4. <h1>to<h6> Used to define HTML headings
  5. <p> Defines a paragraph.
  6. <br> Used to inserts a single line break
  7. <hr> Defines a thematic break or to separate content
  8. <!--...--> Used to insert comments
So, This is an only Basic Tag, Whch is totally used in HTML Coding Languages.

Post a Comment

0 Comments