Hyper Text Markup Language

Hyper Text Markup Language

basic html

source
example
note
<a href="http://url.html"> link name</a>
link name
linking a site to another
<B> text</B>
bold text
make text stand out more
<u> text</u>
underlined text
can work with other html
<i> text</i>
italic text
works well with others
<p> text </p>

skip paragraph
be sure to use this with java
<s> text</s>
strike tru text
for links or something not avalible
<br> text</br>

breaker text
add space
<sup> text</sup>
test up
use this with sub and make wave effects
<sub> text</sub>
text down
q=x
<img src="blah.gif">
show images
<font size="1"> text</font>
font size
q=x
<font color="green"> text</font>
font color
fade
<font face="arial"> text</font>
font type
heh
<center> text </center>
center text
middle
<body bgcolor="white">
change background color
i'm useing black
<body> text</body>

body
everybody needs a body
<html> text</html>
start & end a site
must use
<vlink="blue">
visited link color
add style
<alink="red">
active link color
cookie use
<link="ornage">
regular link color
hmmm
<basefont size="2">
the fontsize of the pages text
layout
<hr> </hr>
horizontal line
use to devide sections
<title> text</title>
title os you'r page
jbosoft - in ur house
<h1> - <h6>
text size
1 = smallest, 6 = largest


notes

title
comment
size
<s> <i> text</i> </s>
combo html strikethough and italic
1 + 1 = 2
<a href="jbosoft.html"> <img src="file.gif"> </a>
link a image