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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...