- if you are using inline CSS then paragraph color should be red
- if you're using external CSS then paragraph color should be orange
- if you're using internal CSS then paragraph color should be blue.
Block: Block element always start in New Line Block element always start in new line occupy complete width available Example: h2, p, div Inline Element: They do not start in new line occuply width as much required Example: img, anchor a,span There are no different between div and span, only difference is div is block element and span is Inline, it will help you to group your content or elements
Comments
Post a Comment