<head>
<title> Inline CSS</title>
</head>
<body>
<style type="text/css">
h1{ font-fmaily:arial; font-size:large; font-weight:bold}
p{ font-size:smaller; color:blue}
h1{ color:Green; font-size: 75}
</style>
<h1> HI</h1>
<p> this is an program for inline</p>
<h2> THE END</h2>
</body>
</html>
OUTPUT:
No comments:
Post a Comment