|
|
HTML Tutorial Difficulty: Beginner |
| Category: FPSB > Other/Misc | Author(s): SeeTheSound |

HTML is similar to "BB" code but a little more advanced and useful and the ability you have to use with it is endless.
Here is a simple HTML tutorial I made, the other one was commented as "confusing" so I hope this one might help you guys more thank you, please comment on this:
Basic HTML Tags
Making bold text:
<b> Example </b>
-------------------------------------------------------------
Making italics text:
<i> Example </i>
-------------------------------------------------------------
Making underline text:
<u> Example </u>
-------------------------------------------------------------
Changing Font Color:
<font color=red> Example </font>
-------------------------------------------------------------
Changing size:
<font size=3> Example </font>
-------------------------------------------------------------
(only works for some browsers)
<blink> Example </blink>
-------------------------------------------------------------
(only works for some browsers)
<marquee> Example </marquee>
-------------------------------------------------------------
Changing Font Face:
<font face="Arial">
-------------------------------------------------------------
Links
Link Open In A New Window
<a href="http://www.. "target="_blank">
Direct Link
<a href="http://www.yoursite.com">Brahms</a>
Images
-------------------------------------------------------------
To Create a simple image get the link then use the code followed (in green should be changed):
<img src="images/yomamma/shizzle.jpg">
-------------------------------------------------------------
Lists
- Bullet 1
- Bullet 2
- Bullet 3
Will Look Like:
<ul>
<li> Bullet 1 </li>
<li> Bullet 2 </li>
<li>Bullet 3 </li>
</ul>
-------------------------------------------------------------
FPSB Favorites
Bold, colors orange, green, red, and blue
To do this, type <b class=color here> Example </b>
-------------------------------------------------------------
Quotes, or boxed text
<div> Don't Misquote people!! </div>
-------------------------------------------------------------
CENTEr3D
<center> Example </center>
|
| Added: 10 months ago | Tags: html, tutorial |
 Add Feedback Provide constructive feedback. What is "constructive"?You cannot post yet!Get involved on FPSB by posting your thoughts. Give authors your feedback to help them develop. To post in this submission register or login. |
 You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This Tutorial in a nutshell... Comprehensive & Handy 1 x Comprehensive 1 x Handy 1 x Useful 1 x Concise 1 x Well Written You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related tuts. |