Let's see an example
Let's see an example :
<!DOCTYPE html>
<html><head><style>
p.intro {text-align: center;color: blue}
</style></head>
<body>
<h1 class="intro">This heading is not
affected</h1>
<p class="intro">This paragraph is
blue and center-aligned.</p>
</body></html>
Comments
Post a Comment