Pages
Home
SOA NOTES
IEEE PROJECTS
Anna University Syllabus
Latest News
Freshers Job
Tips & Tricks
About Us
Contact Us
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:
Post a Comment
Subscribe to:
Post Comments (Atom)
facebook
twitter
Tweet
google+
linkedin
Don't You Think this Awesome Post should be shared ??
| Web Technology - Html program for External Style Sheet (externel CSS) |
No comments:
Post a Comment