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