Wednesday 24 April 2013

Web Technology - Html program for External Style Sheet (externel CSS)


HTML FILE

<head>

    <title>Externel CSS</title>

</head>

<body>



<link rel="Stylesheet" type="text/css" href="css.css" />



<h1> Hi</h1>



<p> This is an outline program</p>



<h2> THE END</h2>



</body>

</html>




CSS FILE


h1{ font-fmaily:arial; font-size:large; font-weight:bold}
p{ font-size:smaller; color:blue}
h1{ color:Green; font-size: 75}




OUTPUT

No comments:

Don't You Think this Awesome Post should be shared ??
| Web Technology - Html program for External Style Sheet (externel CSS) |
Back To Top Related Posts Plugin for WordPress, Blogger...