If you answer these questions correctly I will mark you BRAINLIST.

1.) Explain the uses of BREAK element.
2.) Write a note on paragraph element.
3.) Explain attributes used with HORIZONTAL RULE element.
4.) Give reason why BODY element is important in HTML

Respuesta :

Answer:

a break element is used to break a while loop in python.

the <p></p> element is the paragraph element in html. For example a note could be <p>This paragraph is important.</p> When highlighting something important, use the strong tag or mark tag.

the <hr> function can be used to separate a title from multiple columns or paragraphs to give a more bootstrap(probably 3 or 4) look.

the body element is extremely important in HTML because if you don't have a body, you can't write working code-lines.