Inline CSS
Inline CSS
- Inline style is a one-time style instruction placed in an individual HTML tag. It is defined is the open tag
using the STYLE attibute
Example 1:
This is the BOLD tag
Does this text look like bold to you?
This is the ITALIC tag
Does this text look like italic to you?
HTML Tutorials