0% found this document useful (0 votes)
16 views2 pages

Program 5

The document is an HTML file that links to an external CSS stylesheet for styling. It presents a webpage titled 'FLOWERS' with a list of various flower types, including Jasmine, Rose, Lily, Sunflower, and Pink rose. The content includes descriptions and links to a bouquet shop.

Uploaded by

vpkookieluv
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

Program 5

The document is an HTML file that links to an external CSS stylesheet for styling. It presents a webpage titled 'FLOWERS' with a list of various flower types, including Jasmine, Rose, Lily, Sunflower, and Pink rose. The content includes descriptions and links to a bouquet shop.

Uploaded by

vpkookieluv
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

/*EXTERNAL STYLE SHEET*/

body { background-color:white;color:#330033;font-family:vordana,serif }

h1 { font-size:40px;font-weight:bold;font-family:serif }

h2 { font-size:20px;text-decoration:underline;font-family:sansserif }

div { margin-bottom:.2em;background-color:green }

ol { background-color:#ffcc99;font-style:italic }

ul { background-color:#ccffcc;font-style:italic }

em{ text-decoration:underline }

[Link] { text-decoration:none }

a:hover { text-decoration:underline;color:#33ff33 }

p { width:550px;padding-top:10px;padding-bottom:10px }
<html>

<head>

<title>linking external style sheet</title>

<link rel="stylesheet" type="text/css" href="[Link]"/>

</head>

<body>

<h1><center>FLOWERS</center></h1>

<div style ="width=550px";height="10px">

All the varieties of flowers available here are very fresh.</div>

<br/><br/>

<h2>List of <em>flowers</em></h2>

<p style="color:#6666ff">A flowers sometimes known as bloom or [Link] have


[Link] the part of the flower that petals are the part which produce pollen and seeds.</p>

<ul>

<li>Jasmine</li>

<li>Rose

<ol><li>Red rose</li>

<li>Yellow rose</li>

<li>White rose</li>

</ol></li>

<li>Lily</li>

<li>Sunflower</li>

<li> Pink rose<em>with bouquet</em></li>

</ul>

<p><em>go to the</em>

<a class= "nodec" href="[Link] >Bouquet shop</a>

</p>

</body>

</html>

You might also like