Computer Science, asked by ManeeshKandpal999, 8 months ago

What are html tags what are html tags

Answers

Answered by Draxillus
56
  • HTML tags - The keywords which are used for formatting and display of the web browser.

  • HTML tags contain three main parts:

  1. Opening tag.
  2. Content / Data.
  3. 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 VISHALKUMARV22
6

An HTML tag/element is a type of HTML document component, one of several types of HTML nodes.

Similar questions