![]() |
|
|||
|
![]() What's this? |
|
||
|
|
||||
|
Introduction to HTML This page outlines some of the basic things that you should know about HTML. This is just a brief introduction to get you started. If you would like to learn more the following pages have excellent tutorials on HTML. There are also some good HTML editors that are on the market as well as some free HTML editors. HTML tutorials W3Schools
online Web Tutorials HTML editors
Microsoft
Frontpage (pay for program) Basics: One of the first things that you should learn about HTML is that it is fairly easy to learn and that some of the better HTML editors take much of the trouble out of learning HTML. The better quality editors have a WYSIWYG or What You See Is What You Get window that shows how your page or paragraph will look when being viewed in a browser. This page has been designed using Microsoft Frontpage. HTML is a page format that is read by a browser and then compiled by that browser to display the content in a structured format. HTML is made up of "tags" that tell the browser how the information within the tags should look. Most HTML tags have a beginning tag <> and an end tag </>. Some tags such as <br> do not require the end tag. The following describes what some of the basic tags do.
You can use HTML tags together to combine effects. For example if you wanted to underline a sentence and make it bold at the same time you would format it like this: <u><b>This sentence is bold and underlined</b></u> Your result looks like this: This sentence is bold and underlined Notice that the tags must be "nested" within each other <u><b>...</b></u> and NOT <u><b></u></b>. Otherwise some browsers may give you funny results. You can also add a link to an image like this: <a href="http://www.teleportjobs.com"><img src="http://www.teleportjobs.com/images/jogo.png" width="91" height="51"></a> Again, this is just an introduction to HTML. Just enough to make you dangerous. The resources listed above are great places to learn more. |
|
|
||
|
|
||
|
Copyright 2004 TeleportJobs© Terms of Use Privacy Policy (revised 3/17/08) |
|
Teleport yourself...
Weddle's 2007/2008 selectee |