Wednesday 24 April 2013

Web Technology - Html program for INLINE STYLESHEET (internal css)




<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:

Don't You Think this Awesome Post should be shared ??
| Web Technology - Html program for INLINE STYLESHEET (internal css) |
Back To Top Related Posts Plugin for WordPress, Blogger...