Handy
Tip: One of the best ways to learn HTML tags is by example. If you see anything you like while browsing around, click on your browsers View / Source to see how its done.
|
Bookmark
This Page | Click here for more Html Scripts
HTML
Tag Examples.
<A></A>
This code was placed on the original
link that you just came from, <a href="http://www.hypergurl.com/example1.html#link">See
working example</a> And this code is inserted under the <A></A>
above.
<a name="link"><A></A></a>
This
then enables the anchor. In Use Example:
All working examples in the "html tag page" use this method.You
have just seen this in use. *smiles* For a more detailed explanation of Anchors:
click here <ADDRESS.></ADDRESS>
Code. You can contact me at
<ADDRESS> <a href="http://www.hypergurl.com">Hypergurl</a><BR>
Email: support@hypergurl.com </ADDRESS> In
Use Example You can contact me at
HYPERGURL
Email: support@hypergurl.com <b><b>
Code.
This makes your text<b>bold</b>so it stands out. In
Use Example.
This makes your text bold so that it stands out. <BLOCKQUOTE></BLOCKQUOTE>
Code. Let's have a look what
a blockquote looks like first. <BLOCKQUOTE>This is a piece of text inside
the blockquote element, to show you what this element actually does.</BLOCKQUOTE>
And finally, the rest of the text. In
Use Example.
Let's have a look what a blockquote looks like first.
This is a piece of text
inside the blockquote element, to show you what this element actually does. And
finally, the rest of the text. Code.
<FORM> <BUTTON type="reset" accesskey="r" tabindex="2">Reset
the<BR>form values</BUTTON> </FORM>
In Use Example
<CENTER></CENTER> Code.
<CENTER> Everything is centered<BR> including images,<BR>
<IMG src="IMG1.jpg" alt="horse" ><BR> or tables<BR>
<TABLE border width="25%"> <TR><TH>Table header</TH></TR>
<TR><TD>Value</TD></TR> </TABLE> can be
centered using this tag.. </CENTER> In
Use Example. Everything
is centered including images, 
or tables can
be centered using this tag. <CITE></CITE>
Code. Isn't this fun <CITE>Teaching
Yourself HTML. </CITE> Not really hard is it. In
Use Example.
Isn't this fun Teaching Yourself HTML. Not really hard is it.
<DIR></DIR> Code.
<DIR> <LI>The first item of the list. <LI>The second
item of the list. </DIR> In Use
Example The
first item of the list. The
second item of the list. <FIELDSET></FIELDSET>
Code. Place
your order :<BR> <FORM> <TABLE> <TR valign="top"><TD
colspan="2"> <FIELDSET><LEGEND>Address information</LEGEND>
Name <INPUT type="text" name="name"><BR> Address
<INPUT type="text" name="address"><BR> City
<INPUT type="text" name="city"><BR> Country
<INPUT type="text" name="country"> </FIELDSET>
</TD> <TD> <FIELDSET><LEGEND>What do you want
today?</LEGEND> <INPUT type="checkbox" name="Pizza">Pizza<BR>
<INPUT type="checkbox" name="Hamburger">Hamburger<BR>
<INPUT type="checkbox" name="Sandwich">Sandwich<BR>
<INPUT type="checkbox" name="Hot dog">Hot dog <P>
Amount <INPUT type="text" name="amount"> </FIELDSET>
</TD></TR> </TABLE> </FORM> In
Use Example Place
your order :
<FONT></FONT>
Code. <FONT face="Comic
sans MS,Arial" transparency="50"> Lets <FONT size="+2">change</FONT>
<FONT size="+3">the</FONT> <FONT size="+4">size</FONT>
<FONT size="+3">of</FONT> <FONT size="+2">the</FONT>
font. </FONT> In Use Example.
Lets
change the size of the font.
|