0
Can someone please help me
Im having trouble understanding the inline amd block element
2 Respuestas
+ 5
The elements at the block level are those that start on a new line for example <p> and <div> and the inline elements are those that are deployed without a line break for example <span> and <b>.
Summary
The <div> element defines a block-level section in a document.
The <span> element defines an inline section in a document.
https://www.sololearn.com/learn/HTML/1034/
You can check this post:
https://www.sololearn.com/discuss/1847533/?ref=app
https://www.sololearn.com/discuss/454647/?ref=app
https://www.sololearn.com/discuss/2157108/?ref=app
https://www.sololearn.com/discuss/249124/?ref=app
0
Hi! This question has been asked many times. Please, use the search next time. The search button looks like a magnifying glass and is located at the top of the screen of this section in your mobile version of the app.
https://www.w3schools.com/html/html_blocks.asp