Sunday, July 17, 2022

 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

Coding -  <!DOCTYPE HTML> <html> <head><title>image map</title> </head> <body> <h1>An exampl...