Computer Science, asked by YOBOITOILOI, 19 days ago

Write the difference between 'Block Level' and 'Text Level' elements in 'HTML'.

Answers

Answered by AlexriderMI6
2

Answer:

A block-level element can take up one line or multiple lines and has a line break before and after the element. Visually, There doesn't have to be a space between each element wrapped with a span tag as shown above. ... The element is an unstyled tag, in other words, using it does not change the look of an HTML element

Similar questions