. 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 |
Differentiate between html and xhtml.
What is the difference between HTML 5 Application Cache and regular HTML Browser Cache?
What is a syntactical device?
What is meta title tag?
What is reset and submit buttons?
What is difference html4 and html5?
What is a tag for a website?
Explain the layout of html?
How do I get out of a frameset?
What is lang attribute?
How do you define html5?
Write a background color in html?