What are html tags what are html tags
Answers
Answered by
56
- HTML tags - The keywords which are used for formatting and display of the web browser.
- HTML tags contain three main parts:
- Opening tag.
- Content / Data.
- Closing tag.
- Here are some basic tags which will help you :
<html> … </html> - The root element.
<head> … </head> - for the page head.
<title> … </title> - for the page title.
<body> … </body> - for the page's content/body
<h1> … </h1> - for a section heading. ( the biggest font )
<p> … </p> - for a paragraph.
<a> … </a> - for inserting a link.
<img> - to insert an image
Answered by
6
An HTML tag/element is a type of HTML document component, one of several types of HTML nodes.
Similar questions
English,
5 months ago
India Languages,
5 months ago
Computer Science,
11 months ago
Math,
11 months ago