mirror of
https://github.com/neocities/neocities.git
synced 2025-07-21 01:56:03 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
0fe8b47b61
3 changed files with 13 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="comic" style="height: 608px; width:320px; background-image: url(/img/tutorial/ch1pg2.png); background-size: 320px; float: left;">
|
||||
<div class="dialogue" style="left: 25px; top: 40px; width: 250px">
|
||||
<p>All you need to build your first site is a computer language called HTML.</p><p>HTML is made of tags - there's usually an opening tag and a closing tag, with content in between them.</p>
|
||||
<p>All you need to build your first site is a computer language called <strong>HTML</strong>.</p><p>HTML is made of tags - there's usually an opening tag and a closing tag, with content between them.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="comic" style="width: 289px;
|
||||
|
@ -8,7 +8,7 @@
|
|||
background-image: url(/img/tutorial/ch1pg2_2.png);
|
||||
background-size: 289px;
|
||||
position: absolute;
|
||||
right: -47px;
|
||||
right: -46px;
|
||||
top: 0;
|
||||
z-index: 1000;">
|
||||
<div class="dialogue" style="left: -40px; top: 40px; width: 250px">
|
||||
|
@ -25,7 +25,7 @@
|
|||
<p>HTML stands for <strong>H</strong>yper<strong>T</strong>ext <strong>M</strong>arkup <strong>L</strong>anguage.
|
||||
Hypertext refers to text that has links, and markup refers to the tags.</p>
|
||||
|
||||
<p>Don't worry if anything seems confusing - you'll get the hang of it once you try coding! If you ever get stuck, click the <strong>Help</strong> link below.</p>
|
||||
<p>Don't worry if anything seems confusing - you'll get the hang of it soon! <!-- If you ever get stuck, click the Help link below. --></p>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue