This is the code:
<!doctype html>
<head>
<title>Home</title>
<style type="text/css">
body {
background-color: hsl(170,75%,25%;}
p {
font-family: Poiret One, Cabin, Helvetica, Arial, sans-serifl;
font-size: 14px;
font-weight: normal;
line-height: 18px;
color: hsl(60,85%,75%;}
h1, h2, h3 {
letter-spacing: 0.1em;
font-family: Amatic SC, Comfortaa, Architects Daughter, Times New Roman, Times, serif;
font-weight: bold;
color: hsl(300,85%,75%);}
h1 {
font-size: 28px;
line-height: 36px;
text-shadow: 1px 1px 0px #000000;}
h2 {
font-size: 21px;
line-height: 27px;}
h3 {
font-size: 16px;
line-height: 20px;}
a:link {
color: #f0ffff;
text-decoration: none;}
a:hover {
color: #6495ed;
text-decoration: underline;}
</style>
</head>
<body>
<h1>Home</h1>
<p><ul>
<li><a href="index.html">Home</a></li>
<li><a href="poetryandshortstories.html">Poetry and Short Stories</a></li>
<li><a href="about.html">About</a></li>
</ul></p>
<p> </p>
<img src="images/girlumbrellarain.jpg" alt="" width="150" height="100"/>
<p> </p>
<p><q>A wise girl kisses but doesn't love, listens but doesn't believe, and leaves before she is left.</q><br />-<abbr title="Marilyn Monroe">M.M.</abbr></p>
</body>
</html>
Chat with our AI personalities
No it is not
"class" is an attribute of most if not all HTML tags. To apply a CSS class to a tag, simply make the class attribute equal to that CSS class. For example, suppose you have a CSS class called bigRed that makes text large and red. If you want to apply it to a certain text, just put it in a tag surrounding that text. e.g. . . . but my <span class='bigRed' >car</span> was faster than . . .
CSS handles the presentation portion of displaying an HTML document on the web. That is to say that CSS makes things like color, size, shape, weight, etc. possible in HTML. To say that CSS "enhances" HTML, however, is an over simplification. CSS provides separate and different functionality than HTML does. HTML does not have the abilities inherent in CSS. Instead, the CSS code makes HTML code more palatable for a human user. Most web spiders, for instance, do not employ HTML fully, if at all.
All websites use HTML, but some sites use HTML in conjunction with one or more other coding languages like Javascript or CSS. HTML-only means it uses just the basic coding.
The creation of websites pretty much, using coding languages like HTML, CSS, PHP and such :) hope i helped