CSS Code
<head>
<style type="text/css">
body { background:
#white;
color: black; }
p { background: #white;
text-align: left;
color: #444;
font-size: 12px;
font-family: Arial;
border: 1px #555555;
padding: 5px;}
h1 {
color: #000000; t
ext-align: center}
h2 {
color: red;
text-align: left;}
img {
border-style: dotted;
border-color: #252525;
border-width: 4px; }
li {
font-family: Arial;
color: #990000;
font-size: 14px;}
A.anchor {
COLOR: #000000
}
A:visited {
COLOR: #333399
}
A:hover {
COLOR: #ff6600
}
.toptable {
color: #444;
border: "1px";
border-color: #000000;
background: #ebebeb;
width: 450px;
border-color: #005 }
</style>
</head>
HTML Code
<body>
<div align="center">
<table class="toptable">
<tr>
<td><p>Here is a very basic webpage using CSS.
<a href="css_sample.html">Click here</a> to
view the code so you can download it to
use as a practice guide.</p></td>
</tr>
</table></div>
<h1> Welcome to Fabulous Las Vegas<h1>
<BR>
<BR>
<h2>Las Vegas as a World Class Travel
Destination:</h2>
<BR>
<table width="811" border="0" cellspacing="5"
cellpadding="8">
<tr>
<td> <img src="vegas.jpg" alt="" height="200"
width="266" border="0" align="top"></td>
<td>
<p>Las Vegas, the name alone summons images of
millions of neon lights, elaborate shows, outrageous
performers and bustling casinos where millions are
won and lost every night. Las Vegas is all of that
but much more. This fabulous city represents
the American Dream. Once just a dusty watering hole
less than 70 years ago, it has been transformed into
one of the most elaborate cities in the world and the
hottest vacation spot for the entire family.</p>
<p>Las Vegas is the largest city to be developed
in the 20th century and it continues to grow each
month. Approximately 4,000 people a month move to Las
Vegas . They are lured to this town for its abundance
of jobs, its beautiful and affordable master planned
communities and the
freedom from state taxes.</p>
<p>Las Vegas is one of the most exciting and
affordable places to live. New home sales are
relatively low, restaurant and buffet dining can
be cheaper than preparing a meal at home,
entertainment is abundant and the weather
is beautiful
and sunny most every day of the year.</p>
</td>
</tr>
</table>
<BR>
<h3>Las Vegas Desination Links</h3>
<UL>
<li><a href="https://www.lvchamber.com/">
Las Vegas Chamber of Commerce
</a><li><a href="htto://www.lasvegas.com">
Las Vegas Homepage
</a>
<li><a href="https://www.mandalaybay.com">
Mandala Bay Hotel and Resort </a>
</ul>
<BR>
<HR>
</body>