Created
November 6, 2015 23:18
-
-
Save jwg4/23977245b5a727ba173a to your computer and use it in GitHub Desktop.
Example of a simple HTML page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<HTML> | |
<HEAD> | |
<TITLE>Your Title Here</TITLE> | |
</HEAD> | |
<BODY BGCOLOR="FFFFFF"> | |
<CENTER><IMG SRC="clouds.jpg" ALIGN="BOTTOM"> </CENTER> | |
<HR> | |
<a href="http://somegreatsite.com">Link Name</a> | |
is a link to another nifty site | |
<H1>This is a Header</H1> | |
<H2>This is a Medium Header</H2> | |
Send me mail at <a href="mailto:[email protected]"> | |
[email protected]</a>. | |
<P> This is a new paragraph! | |
<P> <B>This is a new paragraph!</B> | |
<BR> <B><I>This is a new sentence without a paragraph break, in bold italics.</I></B> | |
<HR> | |
</BODY> | |
</HTML> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment