|
 |
~~~~~~~~~~~~~~~~~~~~~`.../.,j;l;ijpiftte54342312
|
 |
|
|
 |
Posted 2008-10-12, 03:31 PM
in reply to Wolfturn's post starting "lol, i've never really thought HTML was..."
|
 |
 |
 |
lol, i've never really thought HTML was a proggramming language. In that case, yes i know a bit of HTML
lol, not too much (i don't really use it anymore). But enough to make a simple website. CSS... i learned it, but i don't think i could make anything with it (its been so long) umm... XHTML i learned also, (really easily actually)
Javascript i started learning, i can make some simple stuff with javascript also.. but thats it. (so i understand all the basic functions of a proggraming language. Text-Printing,If statements, Variables ect.
|
(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.
-----------------------------
flappykun2349 said:
thnx GLG and Wolfturn this rly helped me alot lmao i'm too dumb to be a programmer no way in hell i could rap my head around it lol
|
You're welcome. By the way, you could learn how to program if you really wanted too.

Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。
I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.
Speed Test
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl
Anime List
|
 |
 |
 |
|
|
|
|
|
|
|