|
|
An inline CSS is used to apply a unique style to a single HTML element. An inline CSS uses the The following example sets the text color of the |
<!DOCTYPE html>
<html>
<body>
<h1 style="color:blue;">A Blue Heading</h1>
<p style="color:red;">A red paragraph.</p>
</body>
</html>
Category: | Web Tutorial |
Sub Category: | HTML CSS |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference