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

They have: 3 posts

Joined: Apr 2013

Every organization will discover having a web page is compulsory with the world being as wired as it is. There is a new and impressive way in which companies can get the best of all planets when it comes to their web page. This is through the use of Responsive design.

They have: 3 posts

Joined: Jun 2013

We created 30 Days to Learn HTML & CSS because we believe everyone has the right to learn how to build wonderful things on the web.

He has: 698 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

They have: 1 posts

Joined: Apr 2013

thanks benjy...
I was looking into w3schools for CSS also.. I will check the book for CSS you have given..

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.

greg's picture

He has: 1,581 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.

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.

He has: 13 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.

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.

He has: 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: 8 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.

He has: 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.

They have: 8 posts

Joined: Jan 2012

you can learn html+css easily from w3schools.

They have: 3 posts

Joined: Apr 2012

i want to learn HTML+CSS

They have: 3 posts

Joined: Apr 2012

i also want to learn HTML

dawidtailor's picture

They have: 9 posts

Joined: May 2012

I also want to learn CSS i know about HTML but i haven't any idea about CSS so please if anyone know than please give some best information.

They have: 2 posts

Joined: May 2012

Hi, I can not put a time line limit on that. It depends on your leaning capacity.
Html stands for hyper text markup language which is used for text formatting and links to other objects, used with the web.
Css stands for Cascading style sheet which is used for designing, layout and look.
I think W3school is best way to learn these.

[url=http://www.energyconsultant.uk.com]Energy Consultant[/url]

They have: 14 posts

Joined: Jul 2012

According to me, W3shools.com site is best place to learning about HTML and CSS. It has good source for them and also provides every concept of them.

They have: 2 posts

Joined: Sep 2012

W3schools is best place to learn HTML, CSS. They will explain every concept with simple examples.

They have: 22 posts

Joined: Jul 2012

W3school is best and good way to get the knowledge of HTML...

They have: 21 posts

Joined: Sep 2012

w3schools.com and Wikipedia is good site to get good help for learn HTML & CSS.

Emily Smith's picture

They have: 5 posts

Joined: Sep 2012

Hello, I think HTML+CSS is the best way to make your site more attractive and efficient. CSS provides so many things and tags that help us in so many things.

They have: 51 posts

Joined: Jun 2012

Hi, If you want to learn HTML and CSS than you have to use W3school tutorial site that really the best tutorial. It provide good information of all subject which makes easy way to understand HTML and CSS. It is really the best source to learn with good practice.

They have: 21 posts

Joined: Sep 2012

I also learn HTML & CSS with the help of w3schools.com and Wikipedia

jaagitthe's picture

They have: 8 posts

Joined: Dec 2012

Such a informative Discuss Keep It up Its helpful

They have: 13 posts

Joined: Dec 2012

Any site to learn css?please tell me?

They have: 13 posts

Joined: Dec 2012

I want to learn css and want to know how can we use it in our website?

They have: 25 posts

Joined: Jun 2012

I must prefer you to use google, you will get number of site for learning CSS and use of these feature.

They have: 1 posts

Joined: Mar 2013

Hello, noone can tell of time limit on that. It depends on your leaning abilities.
Html stands for hyper text markup language which is used for text formatting and links to other objects, used with the web.
Css stands for Cascading style sheet which is used for designing, layout and look.
I think W3school is best way to learn these. Also you could try Wikipedia for more sources.
I have a big practice in programming and i spent 3months learning HTML and CSS (and php btw)

-Dany

stivemcfly's picture

They have: 3 posts

Joined: Apr 2013

same here. I use W3school for learning HTML + CSS. It's great website for learning

They have: 12 posts

Joined: Apr 2013

There is w3school.com is best option of online learning HTML and CSS

stivemcfly's picture

They have: 3 posts

Joined: Apr 2013

You can use visibility or display but you have to apply changes to the div.style object and not the div object itself.

var div = document.getElementById('div_id');

// hide
div.style.visibility = 'hidden';
// OR
div.style.display = 'none';

// show
div.style.visibility = 'visible';
// OR
div.style.display = 'block';

They have: 46 posts

Joined: Feb 2013

Its not all about writing it, you should also synchonize different web developing languages with each other.

They have: 9 posts

Joined: May 2013

The HTML is a Hyper Text Markup Langues. The HTML Tutorial best website is www.w3schools.com

They have: 4 posts

Joined: Jun 2013

I'm using w3 schools site for learn the HTML & CSS. It's very helpfull for basic HTML & CSS.

They have: 6 posts

Joined: Jun 2013

W3 website is best for learning HTML and CSS and It is also like http://www.html.net/tutorials/css/.

They have: 6 posts

Joined: Mar 2015

Two resources which are considered best to learn css and html are w3schools and codecademy. Othe place is html.net, official site for free tutorials on html and css.

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.