|
|||||||||||||||||
|
Build a Website: Home Contact Link to Build a Website Webmastering How to Build a Website Planning your Website Uploading Files Using a FTP client Getting Visitors Monitoring Web Traffic Publishing Banner Ads Web Hosting Finding a Web Host Moving to a New Host Domain Names Coding HTML Tutorials Text Editors WYSIWYG Editors Blogs How do I Make a Blog Adding Music to a Xanga Graphics Hex Color Codes Common Banner Sizes Forums What's a Forum Forum Scripts Webmaster Forums Web Host Reviews CirtexHosting Review ICDsoft Review Sonata Web Review Misc. Short URLs Review of CNcat Other Resources HTML Tutorials |
Basic HTML TutorialBolds, Italics, and Underlining and more Breaks, paragraphs, and horizontal references Adding Images Changing font style, color, and size. Linking Bolds, Italics, and Underlining and more
Most HTML commands need to be opened and closed with. Here are a few of the most common commands.
Incase you're wondering, you are able to use those flags in any kind of combination, . Example: <tt><u><i> <b> Example <b></i></u></tt> Example Breaks, paragraphs, and horizontal references
Breaks and horizontal references don't need to be closed. Paragraphs can be closed if you want them to be, but it doesn't really matter that much.
That is a horizontal reference without a WIDTH tag. Code: <HR> That is a horizontal reference at 50% width. Code: <HR WIDTH=“50%”> Paragraphs <P> to open and </P> to close: I use these a lot when I'm coding in HTML. Some people choose to close paragraph flags and some people don't. I don't think that it matters that much though. Paragraph flags are the equivalent of using 2 breaks in a row. Paragraph tags can also be used to align things. Example: <P ALIGN=“RIGHT“> Blah blah blah bla blah</P>
Centers <CENTER> to open, </CENTER> to close. Centers center text.
Adding an image to your web pages is fairly simple.
Changing font style, color, and size.
There are many ways to change font size, style and or color. One way is through CSS or you always change it with normal HTML.
Example fonts: ( just enter the font name in the quotes exactly as they are ) comic sans ms verdana, helvetica With H flags: FYI the H commands go up to 8. <H1> HTML Tutorial </H1><H3> By </H3><H5> Build a Website </H5>FYI: The font sizes can go up to 10, with the font command.<font size=a number> Example: <font size=5> Blah </font> <font size=3> Bla blah </font> <font size=1> blaahhh </font> BTW, you can use the SIZE, COLOR, and FACE tags in the same font command if you want to. Linking
Linking is really easy. For a basic link all you need to do is type in the command <A HREF=“the location of the page including the http://!”>
If you are linking to a page in the same directory as the page you are linking to it from you only need to type in the name and type of file it is.
<A HREF=“the page you want to link it to”> <img src=“the image name” alt=“Description of the page“ border=0> </A> Example (Without a border=0 tag):
t; The border=0 tag isn't needed unless you want a blue, or whatever color your links are supposed to be, box to surround the image. To link to an email use <A HREF="mailto:your email address"> Fake email address </A> Yay! Congratulations you've learned most of the basic HTML commands! Feel free to bookmark this page incase you forget some of the commands. Go on to... HTML Tutorials Frame Tutorial Table Tutorial Hex Color Codes |
| |||||||||||||||
|
Home | Links | Contact My other sites: Zoo Tycoon Help SC's Neopets Help SciFi Directory | |||||||||||||||||