basic html codes for newbies xD Mvlrgm


Join the forum, it's quick and easy

basic html codes for newbies xD Mvlrgm
Would you like to react to this message? Create an account in a few clicks or log in to continue.

basic html codes for newbies xD

Go down

Lalala basic html codes for newbies xD

Post by giodbest01 Sun Sep 13, 2009 8:26 am


i hope this may help the begginers :D
( am i in the right section?x])
modz may delete this topic if they may find it useless xP
allignments
right alignment
Code:
<P align="right">Text here!</P>
left alignment
Code:
<P align="left">Text here!</P>
center
Code:
 <center>text here</center>
inking
link
Code:
<a href="your target link here">Text Here!</a><br>
image linking
Code:
<a href="target url here"><img src="image url here"></a>
texts:
underlined text
Code:
<U>Text here!</U>
italicized text
Code:
<I>Text here!</I>
small text
Code:
<small>text here</small>
keyboard text
Code:
<kbd> text here </kbd>
typewriter text
Code:
<tt>text here</tt>
change the font color
Code:
<font color="color you want to use">Text here</font>
change the font size
Code:
<font face="font size here">Text here</font>
change font face
Code:
<font face="font face here">Text here</font>
change the color the size and the font
Code:
<font face="arial"size="4"color="aqua">text here</font>
marquee or moving texts
zigzag marquee
Code:
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">TEXT HERE!</marquee></marquee>
up and down bouncing marquee
Code:
<marquee  direction="up" behavior="alternate">up and down bouncing scrolling marquee</marquee>
top to bottom scrolling marquee
Code:
<marquee direction="bottom">top to bottom scrolling marquee</marquee>
bottom to top scrolling marquee
Code:
<marquee direction="up">bottom to top scrolling marquee</marquee>
alternate scrolling marquee
Code:
<marquee behavior="alternate">alternate scrolling marquee</marquee>
left to right scrolling
Code:
<marquee direction="right">left to right scrolling marquee</marquee>
default marquee
Code:
<marquee>Default scrolling marquee</marquee>
marquee stops when hovered
Code:
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">hover over me!</marquee>
description: the texts stop when you will point at it
embed image
Code:
<img src="picture url">
to get the url of a picture right click on the image click properties and you will eventually find it's url

hehe.hope this helps im new in posting here x]
giodbest01
giodbest01
FT Freshman
FT Freshman


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum