How Use Class attribute in html
<!DOCTYPE html><html>
<head>
<title>Class Attribute</title>
<style type="text/css">
.important {
text-transform: uppercase;}
.admittance {
color: #FF6666;}
</style>
</head>
<body>
<p class="important">For a one-year period from November 2010, the Marugame
Genichiro-Inokuma Museum of Contemporary Art (MIMOCA) will host a cycle of four Hiroshi
Sugimoto exhibitions.</p>
<p>Each will showcase works by the artist thematically contextualized under
the headings "Science," "Architecture," "History" and "Religion" so as to present a
comprehensive panorama of the artist's oeuvre.</p>
<p class="important admittance">Hours: 10:00 - 18:00 (No admittance after
17:30)</p>
</body>
</html>
0 comments:
Post a Comment