Write an Html program by using atleast 10 tags
Answers
Answered by
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
3
Plz mark me brainliest
Hope this helped you
Explanation:
- <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
Similar questions