http://htmledit.squarefree.com/
Today we are going to learn some basic HTML code.
In one tab keep these directions open, in the second tab open this HTMLEDIT.SQUAREFREE.COM site.
WHAT DO YOU NEED TO PUT IN YOUR WEB PAGE?
You can be creative with the wording and images, just so the message remains the same.
Title:
Dance, or Halloween Dance, or Harvest Dance, or fall dance, or autumn dance... etc... You give it a title.
Picture:
Go find an image that shows dancing and copy the URL, (website address).
Information:
$3.00
or
1 quasar = 10 cents
Dance is welcome to ALL students
Permission slip required
<body style="background-color:orange;">
This is how to put a title or heading in:
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
This is a horizontal line:
<hr>
This is how to put in image in:
<img src="THE IMAGE URL">
Example:
<img src="http://www.dance.uptownuk.com/images/streetdance.jpg" width="500" height="400">
This is the code for text size and colors, you apply it within a section, see example.
font-size:55px
style="color:green"
Example: <h3 style="color:DodgerBlue; font-size:30px">School Dance</h3>
Names of colors
Copy the final code to a text document file on your Y drive.
Go to Y drive, Right click, Add new text document.
(IDEALLY name this text document your name_dance.txt, or yourname_dance.htm).
Open and then paste code, save.
Then upload the completed file to me using drop it to me.
password: lane
http://dropitto.me/lane <- click this to upload completed file.


















