View Single Post
 
i could?
Reply
Posted 2008-10-13, 02:33 PM in reply to Goodlookinguy's post "~~~~~~~~~~~~~~~~~~~~~`.../.,j;l;ijpiftte..."
raitodestroy.jpgummm i rly could?how? ima 17 year old w/out a job and like wulfturn no money at all lol but i do know a thing or 2 about rpg maker would that help me if i seriously wanted to learn?also if you wanna move this conversation into a PM cuz you dont wanna be off topic for too long i personally dunt care if we're off topicXD
Goodlookinguy said: [Goto]
(X)HTML, CSS, and JavaScript are all considered scripting languages. However, once you get to know those, you can move into programming with php, ASP(.NET), Ruby, etc.

XHTML is HTML with a few things that are different.
1) All tags must be closed like <br> is <br />
2) You must declare a DOCTYPE
3) All letters within tags must be lowercase

CSS is used to enhance (X)HTML, such as
Code:
<style type="text/css" media="screen">
<!--
* {
 margin:0;
 padding:0;
}
body {
 margin-top:5px;
}
table {
 table-spacing:0;
 table-collapse:collapse;
}
table, tr, td {
 border:0;
}
img {
 border:0;
}
p em:first-child img[src=this.jpg] {
 border:3px;
}
p > em {
 font-size:1.3em;
 text-decoration:underline, 
 color:#00B; /* Blue */
}
-->
</style>

If you want to know more you can PM me Wolfturn. I don't want to be off-topic this long.

-----------------------------



You're welcome. By the way, you could learn how to program if you really wanted too.
Old
Profile PM WWW Search
flappykun2349 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzflappykun2349 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
flappykun2349