Antwort What are the 10 tags of HTML? Weitere Antworten – What are the 10 basic HTML tags explain with example

What are the 10 tags of HTML?
Basic HTML Tags

  • <h1></h1> This tag defines the HTML headings.
  • <p></p> This tag defines a paragraph.
  • <img> The image tag allows us to insert images into a web page.
  • <a></a> The <a> tag or the anchor tag allows us to link one web page to another page or a section of the same page.
  • <! – Comment –>

This simple line below is sufficient to start our HTML file.

  • <! DOCTYPE>
  • <html>
  • <head></head>
  • <title>
  • <body>
  • <h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6>
  • <p></p>
  • <br>

Complete List of HTML Tags

  • <abbr> Abbr is an abbreviation for abbreviation. Use it with the title attribute to define abbreviations.
  • <br> Single line break.
  • <img> For displaying images on a webpage.
  • <kbd> Used for keyboard input.
  • <samp> Sample output one might get from a particular computer program.

What are the 7 HTML tags : This is our list of basic HTML tags:

  • <a> for link.
  • <b> to make bold text. <strong> for bold text with emphasys.
  • <body> main HTML part.
  • <br> for break.
  • <div> it is a division or part of an HTML document.
  • <h1> … for titles.
  • <i> to make an italic text.
  • <img> for images in document.

What are the 12 basic of HTML

List of Basic HTML Tags (Explained with Camping Web Page Example)

  • HTML Tag. Syntax: <html></html>
  • Head Tag. Syntax: <head></head>
  • Title Tag. Syntax: <title></title>
  • Body Tag. Syntax: <body></body>
  • Heading Tags. Syntax: <h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6>
  • Paragraph Tag.
  • Link Tag.
  • Image Tag.

What are the 3 main HTML tags : HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags. When a web browser reads an HTML document, browser reads it from top to bottom and left to right.

HTML, which stands for Hypertext Markup Language, utilises tags to organise content on the internet.

  • <p> Paragraph Tag </p>
  • <h2> Heading Tag </h2>
  • <b> Bold Tag </b>
  • <i> Italic Tag </i>
  • <u> Underline Tag </u>


20 HTML tags you need to know

  • <html></html> <html></html>
  • <! DOCTYPE html>
  • <head></head> <head></head>
  • <title> this is heading<\title> <title> this is heading<\title>
  • <Body>this is the body</body> <Body>this is the body</body>
  • <div></div> <div></div>
  • <span></span>
  • <a href="https://www.ggogle.com">google</a>.

What are the 4 main tags in HTML

There is a range of HTML tags, they help you to design your web page. There are four required tags in HTML. These are html, title, head and body.There is a range of HTML tags, they help you to design your web page. There are four required tags in HTML. These are html, title, head and body.Basic HTML

Tag Description
<html> Defines an HTML document
<head> Contains metadata/information for the document
<title> Defines a title for the document
<body> Defines the document's body


Examples Of HTML Tags

  • <p> Paragraph Tag </p> The <p> and </p> are the HTML tags and “Paragraph Tag” is the HTML element, i.e. the on-page text.
  • <h2> Heading Tag </h2>
  • <b> Bold Tag </b>
  • <i> Italic Tag </i>
  • <u> Underline Tag </u>