![]() |
HTML Tutorial
HTML Tutorial
This tutorial will teach you HTML, which will also help you to make custom pages for websites. HTML is very easy to learn! :) HTML Stands For HyperText Markup Language Okay, we will start with the basics... In HTML there are two types of tags...
Code:
<HtMl> & <html> are the same thing!
The tag to make a text Bold is: This text will be bolded The OutCome of the above will be: This text will be bolded Remember to add a closing tag which is represented by [/b]... without adding that closing tag, the outcome won't be perfect! Next comes Italics... The tag to make a text Italic is: Italics The OutCome of the above will be: Italics Again, don't forget to add the closing tag! Now Comes Underlined... The tag to make a text Underlined is: <u>Underline</u> The OutCome of the above will be: Underline Another one which people don't use much is a "Strike Out"... This time the tag is: <strike>You're Out!</strike> The OutCome of the above tag will be: You're Out! You can use several tags at the same time... Example: If I want a text bold + Italic...I will use This text will be Bold + Italic The OutCome of the above tag will be: This text will be Bold + Italic It doesn't make a difference if you switch the starting tags position... Example: If you use [i][b] Instead of [b][i] as your "Starting Tag" The above tags were basic "Text" Tags... Okay, let's go on to the next step...If we want to align our text.. Center We will use: <center>This text will be centered</center> The OutCome of the above tag will be: This text will be centered So now you know how to make basic text effects and how to align texts... In the next tutorial, I will teach you:
If you want to test yourself out...Visit This Page. :) |
Pretty nice, but the strike one didn't work, you can also use BBcode for forum wise, might want to add that too, even though its some-what self explanitory.
|
That is pretty good what you have there. I knew most of it but you can never study to much.
|
Good tutorial there. Good for the beginners who need a little jump start :)
|
Thanks for the comments guys. :)
I think the strike tag just works with some browsers; Internet Explorer being one I THINK. This tutorial was written by me so just decided to share it with you guys. Glad you guys liked it! :) |
Quote:
Its a great resource for beginners, I'm going to get my nephew to read this, and learn from it. He has been wanting to learn HTML for a while, but just hasn't gotten to it yet. |
Hey, nice tutorial.
I was thinking of starting web development again, so this was a nice revision. Keep up the good work :) |
Thanks for your comments! :D
It's encouraging me to continue the tutorial. :) I will do that after I fix up my PC which I plan to do by this weekend and if I spare up some time I will continue and write some more stuff about HTML! :D I love the FORM part of HTML very much ;) It's fun! :lol: |
Very great tutorial . all this information was been added to knowledge.,
_________________ affordable SEO companies | thatcom |
Hey, thanks man, the things which you gave here are more than enough for a link builder....Great :)
|
All times are GMT -5. The time now is 06:11 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.