Jump to content

[Request][HTML Skills]


Recommended Posts

i want to start coding in HTMl.Can anyone give me a site or e book or something that will help me to code templates from psd to html?Thnx..:D

 

waiting..:D

Link to comment
Share on other sites

you just need to learn css and the basics of html

you have to learn how to use div class/id

can you explain to me what is the difference between html and css?
Link to comment
Share on other sites

can you explain to me what is the difference between html and css?

you making a div for the contect for example

<div class="contect">

some text here

</div>

now you have to move it left right bot top you have to go in css file and write

.contect {

margin-left:1px; <-- this will push from left 1 px so your whole text will move 1 px to right

padding-top:1px; <-- this will push from top 1px so your whole text will move 1 px to bot

}

thats all you need for start

Link to comment
Share on other sites

you making a div for the contect for example

<div class="contect">

some text here

</div>

now you have to move it left right bot top you have to go in css file and write

.contect {

margin-left:1px; <-- this will push from left 1 px so your whole text will move 1 px to right

padding-top:1px; <-- this will push from top 1px so your whole text will move 1 px to bot

}

thats all you need for start

ok,thnx you.But do you have any tut or e book or something?Any advice tip would help me.I mean,when you were starting coding,what helped you a lot?
Link to comment
Share on other sites

ok,thnx you.But do you have any tut or e book or something?Any advice tip would help me.I mean,when you were starting coding,what helped you a lot?

i just learn from others work. i downloaded some free tamplates see how they code and start coding, didn't read any ebook or smth
Link to comment
Share on other sites

i just learn from others work. i downloaded some free tamplates see how they code and start coding, didn't read any ebook or smth

:O,i had stared lessons on the internet from this: http://www.codecademy.com/tracks/web ,but it is too boring..xD

PS: i think i will do the same thing you did..:D

Link to comment
Share on other sites

  • 2 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...