Club Waddles Official Forum
Welcome To Club Waddles!
Club Waddles Official Forum
Welcome To Club Waddles!
Club Waddles Official Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Chat About All Things Club Waddles! The Latest News, Updates, Secrets & More!
 
HomeSearchLatest imagesRegisterLog in

 

 HTML For Beginners #1

Go down 
3 posters
AuthorMessage
Kooki
Smirk the Baby Duck
Kooki


Number of posts : 284
Age : 114
Location : Lebanon
Status : Quit
Registration date : 2009-01-31

HTML For Beginners #1 Empty
PostSubject: HTML For Beginners #1   HTML For Beginners #1 Icon_minitimeTue Apr 07, 2009 2:06 pm

Hey Everyone!
I'm gonna take some time making a small tutorial for beginners.

First of all, HTML stands for Hyper Text Mark-up Language. HTML is a computer language. To write HTML, you should use Notepad. You can create web pages with HTML that you can host online on a FTP host.

This is the basic way an HTML source code would look like

Code:
<HTML>
<HEAD><TITLE>Enter a title here.</TITLE></HEAD>
<BODY>
Enter anything here
</BODY>
</HTML>

Note that it doesn't matter whether you type in capital or lower-case letters.

Here are some codes:

<b>anything here</b> OR <strong>anything here</strong> are used to make your text bold. Open the bold tag where you want to start making your text bold, and close it where you want to stop. To close a tag, you must write the same one as the opening tag, but only add a forward slash to it. Ex: <b></b>

<i>anything here</i> is used to italicize your text. Open the italicize tag where you want to start making your text italic, and close it where you want to stop. To close a tag, you must write the same one as the opening tag, but only add a forward slash to it. Ex: <i></i>

<u>anything here</u> is used to underline your text. Open the underline tag where you want to start making your text underlines, and close it where you want to stop. To close a tag, you must write the same one as the opening tag, but only add a forward slash to it. Ex: <u></u>

<BR> is used to make a line break. If you just press the Enter button and continue typing, your text will stay on the same line. There is no need to close this tag.

<center>anything here</center> is for placing your text in the middle of the screen. You must remember to close this tag where you want to stop centering your text.

If you want to add a color background to your webpage, you must look at the opening <BODY> tag.
This is what you must do to add background color.
Code:
<BODY BGCOLOR=WhatEverColorYouWant>
This tag must be closed when you've finished doing everything. The closing </BODY> tag must be placed before the closing </HTML> tag.

To insert a horizontal line, simply use this tag:
Code:
<hr>
You do not have to close this tag.
To change the width and color of the line, here's what you must do:
Code:
<hr color=WhatEverColorYouWant width=Percent%>

To change a font color, size, or style, here is what to do:
Code:
<font color=WhatEverColorYouWant size=SizeNumber face=Style Name>type anything</font>
This tag must be closed. Also, about the size, you can only choose numbers from 1 to 7. 7 is the largest.

To insert a text box, here's what you must do:
Code:
<input>
This tag doesn't have to be closed.

To insert a button, here's what you must do:
Code:
<button>Text on button here</input>
This tag must be closed.

To make a marquee, here's what you must do:
Code:
<marquee>Text Here</marquee>
This tag must be closed.

In HTML, you cannot insert more than one space between each word, letter, etc...
Therefore, to place more than one space, insert the following code between each letter or word you want to insert 2 spaces.
Code:
&nbsp
If you write this code more than once between a word or letter, it will insert spaces multiplied by the times you wrote &nbsp and by 2.

To insert an exponent, simply do this:
Code:
<sup>number here</sup>
This tag must be closed.

To insert a subscript, simply do this:
Code:
<sub>number here</sub>
This tag must be closed.



Well, that's all for the first session. Hope you learned something from it. These are just for beginners. I will make more Tuts soon.
Bye!
Back to top Go down
http://www.kooki95.wordpress.com
Kyle
Club Waddles Support
Club Waddles Support
Kyle


Number of posts : 1043
Age : 27
Location : Missouri
Status : Tired from school, especially my teacher, UGH!
Registration date : 2009-01-27

HTML For Beginners #1 Empty
PostSubject: Re: HTML For Beginners #1   HTML For Beginners #1 Icon_minitimeSun Apr 12, 2009 9:42 pm

Great tutorial! This helps a lot!
Back to top Go down
Rory
ActionScript Coder
ActionScript Coder
Rory


Number of posts : 1366
Age : 27
Location : India
Status : Changed my name to Rory
Registration date : 2009-02-06

HTML For Beginners #1 Empty
PostSubject: Re: HTML For Beginners #1   HTML For Beginners #1 Icon_minitimeSun Apr 12, 2009 10:39 pm

A long and great tutorial
Back to top Go down
http://www.pandanious.wordpress.com
Sponsored content





HTML For Beginners #1 Empty
PostSubject: Re: HTML For Beginners #1   HTML For Beginners #1 Icon_minitime

Back to top Go down
 
HTML For Beginners #1
Back to top 
Page 1 of 1
 Similar topics
-
» HTML for Beginners #2
» How to make banners ( For Beginners)
» HTML & BBCode Coding!
» HTML Color Values

Permissions in this forum:You cannot reply to topics in this forum
Club Waddles Official Forum :: Programming :: Coding-
Jump to: