LWD Assignment 2
LWD Assignment 2
Wrap this poem around HTML tags that will preserve all spaces and line breaks when the
element is displayed.
<!DOCTYPE html>
<html>
<head></head>
<body>
<pre>
My Bonnie lies over the ocean.
</pre>
</body>
</html>
<!DOCTYPE html>
<html>
<head></head>
<body>
<p>
H<sub>2</sub>O is the scientific term for water.
</p>
</body>
</html>
3. Use CSS to set the background color of the document(body) yellow