Learning HTML for Kids!
Wow! We’ve covered a lot! Let’s review the new stuff we’ve learned!
Hyperlink
To create a hyperlink on your page, you must first get the URL address with the file name, if needed. It will look something like this:
The syntax: http://www.website.com/filename.com
Here’s the breakdown:
Attributes
Attributes give more information to the element so that browser will display it correctly. Attributes always go inside to the opening tag. It has two parts:
The Link Tag <a>…</a>
Wrapped around the attribute and webpage is the link tag: <a>…</a>. It is a container tag so it must have an ending.
A link in action
To create a link on your page, you need the following order:
<a href=”http://www.ns.gove/moru/index.htm”>Mount Rushmore</a>
This translates into: Mount Rushmore
********
Images follow this format:
Syntax: <img src=”name of image file” width=”size” height=”size” alt=”text of image/>
Remember the following:
Copyright
Never ever use someone else’s work for your own.
Privacy Statement
Learning HTML for Kids
© 1999-