Create Your Own Site
||
Getting a Webhost
||
Learning HTML
||
Creating a Layout
Creating the Content
||
Javascripts and CGI
||
It's your turn now
I think it's pretty obvious what you're going to learn in this section. This is going to be a little HTML tutorial to cover the basics of HTML. However, I suggest reading a book that covers all of it, or some website that has similar content.
Basic Tags:
<html></html>
Creates a HTML file.
<head></head>
These tags contain the title and other information that isn't displayed on the webpage.
<body></body>
These tags contain the visible portion of the webpage.
Header Tags:
<title></title>
These tags contain the title shown in the title bar at the top of the browser.
Body Attributes:
<body bgcolor="x">
Sets the colour of the background through name or hex value.
<body text="x">
Sets the colour of the text through name or hex value.
<body link="x">
Sets the colour of the links through name or hex value.
<body vlink="x">
Sets the colour of the visited through name or hex value.
<body alink="x">
Sets the colour of active links through name or hex value.
Text Tags:
<b></b>
Makes the text bold.
<i></i>
Makes the text italicized.
<u></u>
Makes the text underlined.
<font size="x"></font>
Sets the size of the font.
<font face="x"></font>
Sets the type of font.
<font color="x"></font>
Sets the colour of the font through name or hex value.
Links:
<a href="URL"></a>
Creates a hyperlink.
<a href="mailto:EMAIL"></a>
Creates a link to email someone.
<a name="name"></a>
Gives a line of text or an object a location within an HTML document.
<a href="#name"></html>
Links to a certain location within an HTML document.
Images:
<img src="image">
Adds an image from the given file name.
<img src="image" align="x">
Aligns an image left, right, center, bottom, top, or middle.
<img src="image" border="0">
Sets the size of a border around the image.
<hr>
Creates a horizontal rule.
<hr width="x">
Sets the width of the horizontal rule in percentage or pixels.
Table Tags:
<table></table>
Creates a table.
<tr></tr>
Creates a table row.
<td></td>
Creates a table cell.
<th></th>
Creates a table header.
Frames:
<frameset></frameset>
Creates a document with frames.
<frameset rows="x,x" cols="x,x"></frameset>
Sets the width of each row and column through percentage or pixels.
<frame src="URL">
Sets the URL to be shown in the frame.
<noframes></noframes>
Sets what will appear in browsers that do not support frames.
DaDarkVegeta is merely a fansite of Dragonball/Z/GT. I did NOT create Dragonball/Z/GT, nor did I have a part in producing it. ©2001, Bird Studio/Shueisha, Toei Animation. Licensed by FUNimation Productions, Inc. All Rights Reserved, or as otherwise directed by FUNimation.
I created this site simply to encourage people to watch the Dragonball/Z/GT series. This site is not meant to infringe on any copyrights.
I spent a lot of time working on this site to bring you original content. Please do not steal our files/layout. Thank you.
Web Page Design © DaDarkVegeta
|
|
|