Monday, August 3, 2015

css

<!DOCTYPE HTML>
 <HTML>
<HEAD>
<LINK type="text/css" rel="stylesheet" href="externalstylesheet.css" />
 <STYLE>
h1{ color:red; font-size:12pt; font-style:italic; }
 </STYLE>
 </HEAD>
<BODY>
<P>Welcome to BookYourHotel website.</P>
 <H1 style="font-size: 24pt; color: green"> Hotel booking from the comfort of your room.</H1> <H1> Compare and book from more than 5000 hotels. </H1>
</BODY>
</HTML>

No comments:

Post a Comment