| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Jul 2007
Posts: 3
![]() | Learning HTML I am learning HTML and I was wondering if people think I should move onto CSS? What I was thinking is practise more using tables and such but in CSS you don't use HTML tables so is there any point practising tables? Also could someone point me to a good css site and also a site which explains divs tags? |
| |
| | #2 (permalink) |
| Senior Member Join Date: Dec 2004 Location: Cornwall!
Posts: 2,251
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Move onto CSS, its becoming more and more used all the time. LEarning html shouldnt be a hard process, it should be very straightforward and self explanatory in the most part. JUst goto google and type in CSS tutorial, youll find it all there. |
| |
| | #3 (permalink) | ||||
| Account Suspended Join Date: Jun 2007
Posts: 1,599
![]() ![]() ![]() ![]() ![]() |
????: NamePros.com http://www.namepros.com/programming/352500-learning-html.html I think you can get it. | ||||
| |
| | #4 (permalink) | ||||
| NamePros Regular Join Date: Oct 2003 Location: Sweden
Posts: 395
![]() ![]() |
????: NamePros.com http://www.namepros.com/showthread.php?t=352500 Knowing CSS lets you use HTML elements as they were intended, for a list of items - use UL/OL, for tabular data - use TABLE, for headers use H1-Hx etc. So yes, I propose you learn CSS. Then slowly unlearn how you at the moment nest tables to create the layout. | ||||
| |
| | #5 (permalink) |
| Domains my Dominion Join Date: Aug 2005 Location: Web 1.0
Posts: 9,963
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Tables are useful for presenting tabular data but should not be used for layout. CSS is a must nowadays. There are lot of websites with awful coding that look so 1996-ish. If you are beginning I would suggest you study xhtml and start with 'good practices'. w3.org is a good source for reference.
__________________ NameNewsletter.com - free lists of available domain names ZoneFiles.net (beta) - ccTLD and gTLD droplists |
| |
| | #6 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: U.S.A.
Posts: 655
![]() ![]() | Actually, despite what everyone is saying, I say continue learning HTML. I say this, because once you learn HTML it will be easier for you to learn CSS, once you have learned enough HTML to create a decent web page without having to glance back at something like w3schools.com for additional HTML help, then go on to CSS. Same thing with CSS learn to create at least decent web pages and that with CSS then move on to PHP. CSS is great when using web layouts, you will notice that almost all web layouts that are created in PS or w/e are in CSS. www.w3schools.com is a great place to learn just about all the coding you will need for your web page. ????: NamePros.com http://www.namepros.com/showthread.php?t=352500 Hopefully This Post Helped, -Coolprogram |
| |
| | #8 (permalink) |
| NamePros Regular Join Date: Mar 2005
Posts: 921
![]() ![]() ![]() ![]() ![]() | I agree with coolprogram - HTML should be your first bet before going in-depth.HTML is very basic, and it should not take you much time to learn / master it. afterwards you can practice on xHTML/CSS. CSS is meant to decorate your presentation that you will make with HTML... as many pointed out here w3schools.com is your one of the best source to learn them.
__________________ Live Support : Zubair11 [at] hotmail.com Free SEO Directory! || Free Online TV || Tech Blog Web Design & Web Development Services || Reliable Web Hosting |
| |