0
What are the block elements?
7 Respostas
+ 2
Block elements are elements that start on a new line. They can contain inline elements however, they cannot be contained within an inline element. Hope this help!
+ 2
Inline elements are elements that do not start on a new line so things like:
<b>, <a>, <strong>, <img>, <input>, <em>, <span>
+ 2
If you want to insert an image on a new line you can use '<br/>' after the previous element
+ 1
what are inline elements?
+ 1
The '<br/>' tag is a new line. It's puts the element(s) after it onto the next line
0
but if you want to insert a image you start it on a new line
0
OK tell me what is a new line?