![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to learn HTML and have obtained several books on the subject. However, I am confused with the proper way of going about it as most of these books give me the basic tags and then say they will soon be deprecated and advise using CSS stylesheets. Which comes first? Do I learn the old tags and then "upgrade" to CSS or just bypass the old tags and learn only the CSS procedures. Doesn't one have to understand the old tags to use the new? |
|
But, I have yet to see any books on how to begin creating a website using ONLY CSS stylesheets without using the "deprecated" code. |
#3
| |||
| |||
|
|
I am trying to learn HTML and have obtained several books on the subject. However, I am confused with the proper way of going about it as most of these books give me the basic tags and then say they will soon be deprecated and advise using CSS stylesheets. Which comes first? Do I learn the old tags and then "upgrade" to CSS or just bypass the old tags and learn only the CSS procedures. Doesn't one have to understand the old tags to use the new? |
|
Also, there are plenty of books and online examples on how to build web pages using HTML. There are also plenty of books and online examples on how to create CSS stylesheets. But, I have yet to see any books on how to begin creating a website using ONLY CSS stylesheets without using the "deprecated" code. Insight anyone? |
.
#4
| |||
| |||
|
|
I am trying to learn HTML and have obtained several books on the subject. However, I am confused with the proper way of going about it as most of these books give me the basic tags and then say they will soon be deprecated and advise using CSS stylesheets. Which comes first? Do I learn the old tags and then "upgrade" to CSS or just bypass the old tags and learn only the CSS procedures. Doesn't one have to understand the old tags to use the new? Also, there are plenty of books and online examples on how to build web pages using HTML. There are also plenty of books and online examples on how to create CSS stylesheets. But, I have yet to see any books on how to begin creating a website using ONLY CSS stylesheets without using the "deprecated" code. Insight anyone? |
#5
| |||
| |||
|
|
sonnystarks wrote: I am trying to learn HTML and have obtained several books on the subject. However, I am confused with the proper way of going about it as most of these books give me the basic tags and then say they will soon be deprecated and advise using CSS stylesheets. Which comes first? Do I learn the old tags and then "upgrade" to CSS or just bypass the old tags and learn only the CSS procedures. Doesn't one have to understand the old tags to use the new? You need to distinguish two things: structure and presentation. HTML is all about structuring your text: marking up lists, headers, links, etc. CSS is about the way these things look: using diamonds as list markers, displaying headers in another font, and making hyperlinks pink, if you wish. The remark that tags will soon be deprectaed only applies to those tags that should never have been part of HTML in the first place, since they're about presentation rather that structure: <font>, <center> etc. Author your HTML such that it looks acceptable without any styles applied. Then add styling with CSS. But, I have yet to see any books on how to begin creating a website using ONLY CSS stylesheets without using the "deprecated" code. That's because you can't write a site with only CSS. CSS is for styling, and if there's nothing to style, you have no website. CSS does not supersede HTML, it merely helps you make your pages look (or sound or, in the remote future, feel) nice. -- Garmt de Vries. |
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Thank you for your reply. Yours was the most insightful so far and has encouraged me to continue onward. My next question is :Can you refer me to a specific web page that has only the "necessary HTML," (linked to a CSS stylesheet) so that I might "View source" to further understand your reply? |
#9
| |||
| |||
|
|
sonnystarks wrote: Thank you for your reply. Yours was the most insightful so far and has encouraged me to continue onward. My next question is :Can you refer me to a specific web page that has only the "necessary HTML," (linked to a CSS stylesheet) so that I might "View source" to further understand your reply? Feel free to look around at www.jules-verne.nl, a site that I maintain. But if you're new to all this, and you don't want to lose yourself in all kinds of details, you had better find yourself a suitable tutorial. |
#10
| |||
| |||
|
|
Thank you, Chris. Your insight on different browers and their quirks is most helpful. |
![]() |
| Thread Tools | |
| Display Modes | |
| |