. What is the difference between inline, block, and inline-block elements?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• Inline: Does not start on a new line, e.g., <span>.
• Block: Starts on a new line, takes full width, e.g., <div>.
• Inline-block: Behaves like an inline element but respects block formatting properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• Inline: Does not start on a new line, e.g., <span>.
• Block: Starts on a new line, takes full width, e.g., <div>.
• Inline-block: Behaves like an inline element but respects block formatting properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is html tags used for?
So how do we implement application cache in HTML 5?
What is use of html?
How do you insert a comment in HTML?
Why do we use table tags in html?
How do you anchor a link?
List the media types and formats supported by html ?
What is <figure> in HTML5?
In an html page form I have one button which makes us to open a new page in 15 seconds. How will you do that?
My hyperlink or image is not displaying correctly, what is wrong with it?
What are <br> tags in html?
What is an alt tag for an image?