Sunita is working on an HTML project. She wants to shift the text on the next line. Which tag should she use? *
Answers
Answered by
3
<br> tag
==> It is used for line break.
- <hr> tag is used for horizontal ruler.
- <h1> to <h6> are used for headings.
- <p> stands for paragraph.
- <iframe> is used to display webpage within webpage.
- <img> is used for inserting an image.
- <input> is used for taking user inputs.
- <b>, <i>, <strong>, <em>, <u>,<del> are used for text formatting.
Hope this helps...
Similar questions