Learning HTML+CSS

They have: 1 posts

Joined: Jun 2009

I want to learn HTML+CSS. I was just wondering if i spend at least 3 hours a day studying it how quickly will i be able to write it fluently?

Also, when people design websites do they learn ALL of the code or do they have a blank template of the code then add all the vital information?

Thanks

Megan's picture

She has: 11,282 posts

Joined: Jun 1999

I'm not sure if I could put a timeline on that. It really depends on how fast you learn. A lot of things only come up through experience too. It's important to practice on real sites so you come across real-world problems that need solutions.

Yes, learning all of the code is important. Often people will start from a template (e.g. I often start with a "quick start" template that includes the doctype, meta character encoding, head, body etc.). You still need to understand how those codes work and why they're there. Templates are just a time saver.

He has: 695 posts

Joined: Jul 2005

I also use a quick template, as Megan mentioned, with the necessary, repetitious items that are present in any HTML page I put together, but for the first few years that I spent coding I would put the pages together piece-by-piece. I think it is important to know what function each element of your HTML page is serving, and going through each page and trying to think of what is needed will help you deal with this, in my opinion. This may not work for you, but it worked for me.

Now that I understand well what is what, I use a template I created for each page so that I have more time to spend on the custom elements. Wink

Kurtis

They have: 32 posts

Joined: Jun 2009

I agree with the use of basic templates, ie: DOCTYPE, Head section etc.

I also agree with Megan and Kurtis that you will need to fully understand the functions of HTML elements and CSS properties etc.

Here is a great place to learn HTML:
W3C HTML school

As for CSS, I bought a book a while ago (found it a great resource, and still use it now). It is:
"CSS The Missing Manual" by O'Reilly publishing.

Hope it helps

jrhd437's picture

They have: 13 posts

Joined: Dec 2008

I think the time it takes has to do with how well you learn a particular subject (in this case HTML/CSS), and how well your instructor (website/book) teaches it. I highly recommend "Head First HTML, with CSS and XHTML." It will teach you in a very non-techie way, and give you real world problems and solutions.

I learned HTML and then XHTML about 5 years ago, but in college I had to take an HTML class which used this book. Great book.

Also, w3schools, though it is a little more boring for a non-techie... or even a techie.

No more wrath.

They have: 2 posts

Joined: Aug 2009

I also want to learn HTML/CSS; the w3school is the best site to learn online. It is very helpful to learn practical and theoretical. i use this site to learn PHP.

He has: 1,558 posts

Joined: Nov 2005

Best way to learn depends on you really.

I'm not particularly academic, I can and do learn from reading, but most of my learning web dev has been from a mixture. And even then mostly playing with code and seeing what it does on a live site rather than reading.

Studying is of course required from the very start, and then throughout when you need to learn something new or find a particular function or method for something you want to do but don't know how.
Trial and error doesn't really help when you simply don't know any methods or code involved.

Once you know the very basics, make a website without the intention of ever making it live to the public (so there's no pressure on the outcome or time taken). Think how you want it to look, and set about making it.
Then think of another style and layout and make that. Soon you'll have picked up most of the requirements just by testing code and reading up on a few tips.

I think this is how most people learn web dev to be honest. Even at uni or college there has to be a large amount of practical otherwise the text on the paper would mean very little to you.

So a mixture of reading and testing balanced to suit your particular skills/abilities.

Signature links on this forum are NO-follow! - This means spam is futile!

He has: 53 posts

Joined: Jun 2010

That good and go through that URL "http://www.w3schools.com/", it's provide a very basic Idea to you.

andolasoft's picture

He has: 16 posts

Joined: May 2010

frankly, prediction to such an equation is not feasible to answer. it depends on your catching power and passion to take up the language. everybody who builds a website needs sound knowledge of html. there are several tools which helps in reducing time of development but before that you need to have quite some experience.

Andolasoft is a one stop solution provides offshore software development, Custom Software Development, Rails Development, pentaho kettle, Flash actionscripting , gps applications, business intelligence data warehousing and it consulting services

They have: 2 posts

Joined: Dec 2010

Hmm. I cant put a time line limit on that. As lame as it might sound, I used myspace.com as my starting point for learning html/ css. myspace allows users to add simple code like bold text, paragraphs, etc. It's a really easy way of being able to screw with code and not have to worry about messing up. from there, I started using this program called Seamonkey. Its a basic html editer, and from there I started using other website's ideas to enhance my learning experience. Sure, go ahead any download some template and edit the heck out of it. have fun

They have: 5 posts

Joined: Dec 2010

When you work with the Megan and Kurtis then you must have to need to fully understand about the functions of html elements and different properties of css. w3cschool.com helps to learn easily html and css.

They have: 12 posts

Joined: Jan 2011

@raja:
w3school is best way to learn.And you use google to ssearch each and every thing about Html/css.
And I thinks you become a well front end developer after a small time period.

They have: 10 posts

Joined: Jan 2011

Thats good. W3school is best way to learn,i use this site to learn HTML,CSS and also learn PHP.

They have: 11 posts

Joined: Aug 2010

HTML is a simple mark-up and formatting language for text, with links to other objects, used with the web.

CSS is a style sheet language used to describe the presentation semantics of a document written in a markup language.

They have: 12 posts

Joined: Jan 2011

Learning html and css is easy but to make the template that support all browser specially.
IE 7,IE 6,Saffari,Mozilla and firefox is difficult task.

They have: 5 posts

Joined: Feb 2011

HTML is a hyper text markup language and css is a cascaded style sheet , both are desinging language used in web site design. HTML is used in different languages too such as PHP, asp.net as the coding of other language are being done in its tag only.

He has: 7 posts

Joined: Feb 2011

w3school is best way to learn i have learned my self from it :
http://www.w3school.com
give it a try it's very nice , you can always search for free books it's very useful to .

They have: 5 posts

Joined: Mar 2011

HTML is stand for Hyper Text Mark up language. HTML and CSS are used to build web application. It was easy in learning. If any one want to learn the HTML visit the site of w3school and it will provide you tutorial, the language of the tutorial are easy to understand also.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.