CBSE Class 10 Computer Applications Question 29 of 79

Basic HTML Elements — Question 2

Back to all questions
2
Question

Question 2

Differentiate between Block-level elements and Text-level elements.

Answer
Block-level elementsText-level elements
Block level elements take up the full width available and by default, begin on a new line.Text level elements are used to markup the bits of text, including changing the text appearance or creating hyperlinks. They do not start on a new line and only take up as much width as necessary.
For example, <P> tag, <HR> tag etc.For example, <B> tag, <I> tag etc.