Sunday, April 27, 2014

Riddle 1, Hint

For the riddle itself, I advise that you do not try counting all of those kittens! Otherwise, see below for help on spacing.

You can check your answer with mine, after you give it a test run on W3Schools CodeConverter.


<!DOCTYPE>
<html>

<head>
<title> A Visit to Saint Ives Hint </title>
</head>

<body>
<h1>A Visit to Saint Ives, Hint</h1>
<h2>How to make paragraphs and line breaks</h2>

<p>Begin a paragraph and end a paragraph with the p and /p tags. </p>
<p>To begin a new line in the same paragraph,
<br>use the "br" tag.
<br>Note that the br tag does not have a closing tag,
<br>even though the paragraph ends with a /p. </p>

<p>Also, remember that only what is inside the "body" tags will appear on the website.
<br>As in this code, what appears inbetween the "head" tags is not published on the website.
<br>The elements in the "head" section of an HTML code will be the subject of Puzzle 2. </p>
</body>

</html>

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home