<head>
<style type="text/css">
div.redblock{
color:red;
font-weight:bold;
}
span.greeninline{
color:green;
font-style: italic;
}
</style>
</head>
<body>
<h1>DIV and SPAN</h1>
<div class="redblock">Located in the
<span class="greeninline">
PenuvianAndes
</span>
, the ancient incacity of Machu Pichchu was constructed in
the 1400s at the height of the INca Empire.
It was abandonced less than 10 years later when the Icnca
Empire collapsed nder Spanih conquest.
Today Machu Pichchu is the ost visited touourist attraction in Peru.
</div>
</body>
</html>
0 Comments