Line 20:
Line 20:
<span style="color:green;background-color:#ffA500;">green text</span>
<span style="color:green;background-color:#ffA500;">green text</span>
−
<html>
+
−
<head>
+
<div style="background-color:lightblue">
−
<style>
+
<h3>This is a heading</h3>
−
div.test {
+
<p>This is a paragraph.</p>
−
color:blue;
+
</div>
−
background-color:#ffA500;
−
}
−
</style>
−
</head>
−
<body>
−
<div class="test">Add a description of the image here</div>
−
</body>
−
</html>