Horje
How to create HTML style Attribute

The style attribute is used to add styles to an element, such as color, font, size, and more.


Sample of HTML style Attribute

style="color:red;"

Full Example of HTML style Attribute

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>The style Attribute</h2>
<p>The style attribute is used to add styles to an element, such as color:</p>

<p style="color:red;">This is a red paragraph.</p>

</body>
</html>

Output should be:

Full Example of HTML style Attribute
Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_attributes_style





Related Articles
What is HTML Attributes HTML Attributes
How to create HTML href Attribute HTML Attributes
How to create HTML src Attribute HTML Attributes
How to create HTML width and height Attributes HTML Attributes
How to create HTML alt Attribute HTML Attributes
How to create HTML style Attribute HTML Attributes
How to create lang Attribute HTML Attributes
How to create HTML title Attribute HTML Attributes
How to create HTML Single or Double Quotes HTML Attributes
What is HTML Headings HTML Attributes
How to create HTML Headings HTML Attributes
What is Headings Are Important HTML Attributes
How to create HTML Bigger Headings HTML Attributes

Single Articles
Sample of HTML style AttributeHTML Attributes
Full Example of HTML style AttributeHTML Attributes

Read Full:
HTML Attributes
Category:
Web Tutorial
Sub Category:
HTML Attributes
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
156



Share on: