mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 03:48:22 +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
27
views/tutorial/html/8.erb
Normal file
27
views/tutorial/html/8.erb
Normal file
|
@ -0,0 +1,27 @@
|
|||
<div class="comic" style="height: 500px">
|
||||
<div class="dialogue">
|
||||
Now add a link to one of your list items. If nested properly, it should look something like this:
|
||||
|
||||
<li><a href="http://yarn.com">Yarn</a></li>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="welcome">
|
||||
<h4>Tags so far</h4>
|
||||
<p>Headings: <h1>Title of the page!</h1>
|
||||
<h2>Less important title</h2></p>
|
||||
|
||||
<p>Paragraphs: <p>Hello!</p></p>
|
||||
|
||||
<p>Links: <a href="http://wikipedia.org">Click here!</a></p>
|
||||
|
||||
<p>Images: <img src="hello.png"></p>
|
||||
|
||||
<p>Lists</p>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function checkHomework(editor) {
|
||||
alert('check homework here')
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue