mirror of
https://github.com/neocities/neocities.git
synced 2025-07-21 18:16:07 +02:00
Initial HTML for Ch1 tutorial
This commit is contained in:
parent
f753b66ffd
commit
11ab120f77
11 changed files with 212 additions and 17 deletions
15
views/tutorial/html/4.erb
Normal file
15
views/tutorial/html/4.erb
Normal file
|
@ -0,0 +1,15 @@
|
|||
<div class="comic" style="height: 500px">
|
||||
<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">
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue