This is a web page. |
This is a webpage.<BR>I just used the BR tag. |
This is a webpage. I just used the BR tag. |
This is the first line. This is the second line. |
One<BR>Two |
One Two |
One Two |
One Two |
One<BR> Two<BR><BR> Three |
One Two Three |
Normal text <B>Bold Text</B> |
Normal text Bold Text |
<B>This is a list</B><BR><BR> <B>1.)</B> First thing.<BR> <B>2.)</B> Second thing.<BR> <B>3.)</B> Third thing.<BR> <B>4.) Bold thing. =]</B><BR> <BR><BR><BR> |
<FONT>testing</FONT> |
testing |
<FONT COLOR=RED>testing</FONT> |
testing |
Normal stuff.<BR> <B>Bold stuff.</B><BR> <FONT COLOR=RED>Red stuff.</FONT><BR> <FONT COLOR=BLUE>Blue stuff.<BR> More Blue stuff.</FONT><BR> <FONT COLOR=GREEN>Green stuff.</FONT><BR> <BR> <FONT COLOR=GREEN>1</FONT><FONT COLOR=BLUE>2</FONT><FONT COLOR=RED>3</FONT> |
Normal stuff. Bold stuff. Red stuff. Blue stuff. More Blue stuff. Green stuff. 123 |
a b c |
a b c |
<FONT COLOR=RED><FONT COLOR=GREEN>Nested FONT tags.</FONT></FONT> |
Nested FONT tags. |
<HTML> This is a simple webpage.<BR> This is the next line.<BR> Yay. </HTML> |
<HTML> <BODY> This is a simple webpage. </BODY> </HTML> |
<HTML> <BODY BGCOLOR=GREEN> I like green. </BODY> </HTML> |
I like green. |
<BODY BGCOLOR=BLUE TEXT=WHITE> |
example |
<HTML> <HEAD> </HEAD> <BODY> This is a simple webpage. </BODY> </HTML> |
<HTML> <HEAD> <TITLE>This is the title</TITLE> </HEAD> <BODY> This is a webpage with a title. </BODY> </HTML> |
<HTML> <HEAD> <TITLE>Storytime</TITLE> </HEAD> <BODY BGCOLOR=BLACK TEXT=WHITE> <B>FAIRY TALES</B><BR><BR> Have you heard the story of little <FONT COLOR=RED>red</FONT> riding hood?<BR><BR> It's about... </BODY> </HTML> |
<A HREF="http://www.yahoo.com">click here</A> |
click here |
<HTML> <BODY> To go to yahoo, <A HREF="http://www.yahoo.com">click here</A>.<BR> To go to google, <A HREF="http://www.google.com">click here</A>.<BR> And <A HREF="http://etch.keenspace.com/darkpages/">you can click here to go to the Dark Pages</A>. </BODY> </HTML> |
To go to yahoo, click here. To go to google, click here. And you can click here to go to the Dark Pages. |
<HTML> <BODY LINK=RED VLINK=ORANGE> This is not a link.<BR> <A HREF="">This is a link. It doesn't go anywhere, but it's still a link.</A> </BODY> </HTML> |
This is not a link. This is a link. It doesn't go anywhere, but it's still a link. |
<BODY LINK=BLUE VLINK=PURPLE ALINK=YELLOW> |
<HTML> <BODY> <IMG SRC="http://etch.keenspace.com/graylast.png"> </BODY> </HTML> |
<HTML> <HEAD> <TITLE>Images and links</TITLE> </HEAD> <BODY> An image: <IMG SRC="graylast.png"><BR> A link: <A HREF="">Note: this doesn't go anywhere.</A><BR> An image inside a link: <A HREF=""><IMG SRC="graylast.png"></A><BR> Image and text inside a link: <A HREF=""><IMG SRC="graylast.png">Text</A> </BODY> </HTML> |
An image: A link: Note: this doesn't go anywhere. An image inside a link: Image and text inside a link: Text |
<HTML> <BODY> <A HREF="">Image with a border: <IMG SRC="graylast.png"> Image with no border: <IMG BORDER=0 SRC="graylast.png"></A> </BODY> </HTML> |
Image with a border: Image with no border: |
Text. <HR> More text. |
Text. More text. |
<I>Italic text.</I> |
Italic text. |
<U>Underlined text.</U> |
Underlined text. |
<S>Strike-through text.</S> |
|
<PRE>One line. Next line. Yeee-ha.</PRE> |
One line. Next line. Yeee-ha. |
<H1>Stuff.</H1> <H2>More stuff.</H2> <H6>I skipped 3, 4, and 5.</H6> |
Stuff.More stuff.I skipped 3, 4, and 5. |
<CENTER>centered</CENTER> |
|
One Two <!-- everything in here is ignored --> Three Four. |
One Two Three Four. |
<!-- written by Dark --> <HTML> <HEAD> <TITLE>A sample webpage</TITLE> </HEAD> <BODY> <!-- note: web browsers will automatically --> <!-- add a newline after the close of the H1 tag. --> <H1>This is a sample webpage</H1> <HR> Normal text.<BR> <B>Bold text.</B><BR> <I>Italic text.</I><BR> <U>Underlined text.</U><BR> <B><I><U>Bold italic underlined text.</U></I></B> <!-- note: it's ok for notes to span multiple lines. --> </BODY> </HTML> |
This is a sample webpageNormal text. Bold text. Italic text. Underlined text. Bold italic underlined text. |
<B>one</B><BR> two |
<b>one</b><br>two |
<B>one</B><Br> two |
<b>one</b> <br> two |
<<BR> ><BR> &<BR> "<BR> |
< > & " |