Saturday, April 16, 2011

Fun with HTML


          HTML is a computer language devised to allow website creation. HTML stands for HyperText Markup Language. I am going to share with you some codes that I like using, if you would like to learn more about HTML just google it and you will find tons of get information on the subject.

Turn words into a Link
<A HREF="Website URL Here">Your Text Here</A>


Make an Image into a Link
<a href="Website URL Here"><img src="Your Image URL Here"></a>


Words on a Link Button
<form action="Website URL Here" method="link">
<INPUT TYPE=submit value="
Your Text Here">
</form>


Code to Add an Image
<center><img src="Your Image URL Here"></center>


How to make an Email Button
<form>
<input type="button" value="
Your Text Here"
onClick="location.href='mailto:
Your Email Address Here">
</form>


How to turn an Image into an Email Link
<center><a href="mailto:YOUR E-MAIL ADDRESS">
<img src="
Your Image URL Here"></a></center>


Marquee with Words
<MARQUEE bgcolor="color" loop="infinite" <FONT SIZE="+1"> <FONT COLOR="color">  Your Text Here </marquee>


Marquee with an Image
<marquee><img src=Your Image URL Here></marquee>


Click to Enlarge an Image
<a href="Your Image URL Here"><img src="Your Image URL Here" height="100" width="100"></a>


          Any were you see the text in red that is where you plug in your information. Some of these codes can also be add to change things such as size, font, speed, etc. Once you start getting into HTML codes you will slowly start to understand them and be able to read them easily like any other language.

2 comments:

  1. Wow - thanks! I'm going to copy these into my "ideas" file, so I can remember them when I need them! :)

    Thanks for following me, and I look forward to reading more of your blog!

    P.S. The dog at the top eating the homework is adorable! Reminds me of my Border Collie! :)

    ReplyDelete
  2. Thank you so much for this post. HTML is greek to me and though I have had others help me with it I am still a bit hopeless with it.

    Leta

    ReplyDelete