World Languages, asked by ishika796844, 5 months ago

Write an Html program by using atleast 10 tags​

Answers

Answered by Anonymous
13

Explanation:

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

<ol> is an ordered list, <ul> for an unordered list

<li> is a list item in bulleted (ordered list)

<p> for paragraph

<span> to style part of text

Answered by Rithiesh07
3

Plz mark me brainliest

Hope this helped you

Explanation:

  1. <a> for link
  2. <b> to make bold text
  3. <strong> for bold text with emphasys
  4. <body> main HTML part
  5. <br> for break
  6. <div> it is a division or part of an HTML document
  7. <h1>... for titles
  8. <i> to make an italic text
  9. <img> for images in document
  10. <ol> is an ordered list, <ul> for an unordered list
  11. <li> is a list item in bulleted (ordered list)
  12. <p> for paragraph
  13. <span> to style part of text
Similar questions