neocities/views/tutorial/html/4.erb

15 lines
500 B
Text

<div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg4.png);">
<div class="dialogue">
Now let's add a line of text below—perhaps "Welcome to my website" or your favorite quote.
</div>
<div class="dialogue" style="left: 300px; top: 0px">
To make a paragraph, surround your text with the [p] tag. So it should look something like
[p]Hello![/p]
</div>
</div>
<script>
function checkHomework(editor) {
alert('check homework here')
}
</script>