Learning HTML for Kids!

What’s on this page?



 

Home Table of Contents The Code Resources About 

Review #2


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:

  1. http:// Don’t forget the colon (:) and the two forward slashes (//).
  2. www.website.com/  Again, don’t forget that forward slash.
  3. filename.com  Sometimes you don’t need the file name if you are sending someone to a full site, such as www.pcc.edu.


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.



Chapter 10 Styles

Privacy Statement
Learning HTML for Kids
© 1999-2015 by Jill Jeffers Goodell 

Table of Contents