Lets start with Std 12th.
Ch. 1 Advanced Web Designing
Some Html /CSS programs for you....
<!DOCTYPE HTMl>
<html>
<head>
<style>
.intro{text-align:center;color:blue}
</style>
</head>
<body>
<h1 class="intro">this heading is blue and center-aligned.</h1>
<p class="intro">this paragraph is blue and center-aligned.</p>
</body>
</html>
Output
No comments:
Post a Comment