neocities/views/tutorial/html/3.erb

34 lines
931 B
Text

<div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg3.png);">
<div class="dialogue" style="left: 50px; top: 20px;">
Great!
Check out your site at <a href="">victoria.neocities.org</a>.
You did it!
</div>
<div class="dialogue" style="left: 300px; top: 10px;">
But... hm... it needs a little something more. Let's make your name a header by putting header tags around it.
</div>
<div class="dialogue" style="left: 330px; top: 130px;">
Change the text to this: [h1]Victoria's Website[/h1]
and click save.
</div>
</div>
<div class="welcome">
<h4>Heading Tags</h4>
<p>Here are all the header tags, for all your needs—from the most important to the least!</p>
<pre>
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
</pre>
</div>
<script>
function checkHomework(editor) {
alert('check homework here')
}
</script>