Trending Visuals Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
amr rashad's image
Question added by amr rashad United Arab Emirates Host Sailor
6 years ago
Answers:
6
Followers:
Views:
10
Vote Count:
1
Answer should contain a minimum of 25 characters.
Joseph Salugta's image  
Answer added by  Joseph Salugta, Web Developer, Emerson Electric
6 years ago

Block-level elements always start on a new line and takes up the full width available (stretches out to the left and right as far as it can) of a web page, while inline e ... See More

Amany Samir's image  
Answer added by  Amany Samir
6 years ago

block tages like ... IF we write this tage (for examble) 2 timer and see the page ,we will find the 2 paragraphes under eath other inline tages like ... if we put 2 ima ... See More

anil kumar's image  
Answer added by  anil kumar, Web Designer, Footprints Education Pvt. Ltd
6 years ago

A block-level element occupies the entire space of its parent element (container), thereby creating a "block." Inline elements are those which only occupy the s ... See More

Default profile image  
Answer added by  Mahmoud azzazi , Senior Full Stack Developer, Udawi
6 years ago

Block Level Elements So what is a block-level element? A block-level element is an HTML element that begins a new line on a web page and extends the full width of the av ... See More

Sairath N's image  
Answer added by  Sairath N, Sr.Software Engineer, SPACE
6 years ago

HTML is made up of various elements that act as the building blocks of web pages. Each of these elements falls into one of two categories - either a block-level elements ... See More

Default profile image  
Answer added by  Deleted user
6 years ago

Every HTML element has a default display value depending on what type of element it is.The default display value for most elements is block or inline. A block-level eleme ... See More