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 #2

Go down 
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 #2 Empty
PostSubject: HTML for Beginners #2   HTML for Beginners #2 Icon_minitimeTue Apr 14, 2009 4:01 pm

Hello Everyone!

Here is the 2nd HTML tutorial I'm going to write.
If you haven't seen the first tutorial, you can check it out here: https://clubwaddles.forumotion.com/coding-f22/html-for-beginners-1-t693.htm

Here is what you can learn from this post:


  • How to insert subscripts
  • How to insert superscripts
  • How to embed websites
  • How to insert hyperlinks
  • How to insert images



How to Insert Subscripts

A subscript is a character that is printed on a level lower than the rest of the characters on a line. It could be either a number or a letter.
This is the code to inserting a subscript:

Code:
<sub>Number or Letter Here</sub>

Yes, you will need to close the tag.

How to Insert Superscripts

Superscripts are almost the same as subscripts. The only difference is the superscripts appear above the character. It could be either a number or a letter.
This is the code to inserting a superscript:

Code:
<sup>Number or Letter Here</sup>

Once again, yes, you will need to close the tag.

How to Embed Websites

To embed a website means to place it in a frame of the size that you chose. It is easy as pie.
This is the code to embeding a site:

Code:
<iframe src ="URL here" width="Width" height="Height">

You must NOT close this tag in the major browsers. To deal with browsers that do not understand iframes, place the text you want between the opening <iframe> tag and the closing </iframe> tag.

How to Insert Hyperlinks

Well, hyperlinks are technically links that are used to link to a website or a file on your computer.
This is the code to inserting a hyperlink:

Code:
<a href="URL or Directory Here">Insert the Text That Will Be Displayed As A Link Here</a>

You will need to close the tags.

How to Insert Images

This is the code for inserting images:

Code:
<img src="Image URL or Image Directory" width="Width You Want" height="Height You Want />

You do not need to close this tag.

__________________________________________________________________________________



This tutorial doesn't have as much stuff as the last one. I do know that. I'll make lots more in the next one!

~Kooki
Back to top Go down
http://www.kooki95.wordpress.com
 
HTML for Beginners #2
Back to top 
Page 1 of 1
 Similar topics
-
» HTML For Beginners #1
» 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: