Riddle 1: A Visit to Saint Ives
Here it is, everyone, this is your first HTML puzzle, which tests your knowledge of paragraphs and line breaks.
For more on paragraphs and line breaks, please visit here
To convert this code, copy and paste it into the reader at W3Schools CodeConverter. You can also test and debug your answer code at this link.
For some helpful hints, see Riddle 1, Hint.
<!DOCTYPE html>
<html>
<head>
<title> A Visit to Saint Ives </title>
<meta name="description" content="This puzzle utilizes paragraph and line breaks">
</head>
<body>
<h1> A Visit to Saint Ives </h1>
<h2> This puzzle utilizes paragraphs and line breaks </h2>
<p>As I was going to Saint Ives,
<br>I met a man with seven wives. </p>
<p>These seven wives had seven sacks,
<br>those seven sacks had seven cats,
<br>those seven cats had seven kittens. </p>
<p>Kittens, cats, sacks and wives--
<br>how many were going to Saint Ives?</p>
<p><b>Challenge:</b>
<br>Define your answer as a paragraph.
<br>Then, have at least one line break.
<br>Use this code as a model, or visit here for more examples</p>
</body>
</html>

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home