Social Sciences, asked by gaytrigaydhane2003, 1 month ago

What are the two types of HTML ?and explain them​

Answers

Answered by xyzmynameis
0

Answer:

कभी-कभी देखता हूं, हमेशा के लिए क्यों नहीं। बादल दिल में क्यों आते हैं - आकाश में, तुम्हें देखने नहीं देते।कभी-कभी देखता हूं, हमेशा के लिए क्यों नहीं। बादल दिल में क्यों आते हैं - आकाश में, तुम्हें देखने नहीं देते।HERE IS UR ANSWER❤️HERE IS UR ANSWER❤️

Answered by Anonymous
2

Answer:

There are mainly two types of tags in HTML :

  • Paired Tag

  • Unpaired Tag

Paired Tags examples are:

Heading Tags: There are six heading tags .

  • <h1></h1>

  • <h2></h2>

  • <h3></h3>

  • <h4></h4>

  • <h5></h5>
  • <h6></h6>

2. paragraph Tags: <p></p>

3. Unordered List: It provide bullet list. <ul></ul>

4. <li></li> : Represent an item in a list.

5. Ordered List: <ol></ol>

6. Anchor Tag: <a href=”#”></a>

7.<div></div>: It is a block type tag.

8. <nav></nav> : This tag is used for nagivation purpose.

9.<b></b> : This is used to bold the word within it.

10. <sup></sup> : Super script.

10. <q>Quotes</q>: “Quotes”.

11. <form></form> : Form Tag is used for forms .

Paired Tags:

  • <img src=””> : It helps in providing image in html page.

  • <br> : Break line tag

  • <hr>

Explanation:

@Genius

Similar questions