Jump to content

Recommended Posts

Posted

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

Posted

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?
Posted

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

Posted

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?
Posted

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
Posted

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

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock