• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Good HTML sites

sonz70

Banned
Need a site that will help me become familiar with HTML again, have not done any coding for it in a very long time. Anyone know any good sites that will go from Basic to advanced so I can run through it easily?

 
Originally posted by: tfinch2
Use CSS and basic HTML instead

K, I've been out of touch with web programming for a while, and even then it wasn't my strongsuit, whats the advantage of CSS?
 
Originally posted by: sonz70
Originally posted by: tfinch2
Use CSS and basic HTML instead

K, I've been out of touch with web programming for a while, and even then it wasn't my strongsuit, whats the advantage of CSS?

There are several advantages to using CSS to format your pages instead of HTML tags. A big reason is convenience. With CSS, instead of formatting every single paragraph, picture, table, etc. on every single page, you can create a style sheet where you store this formatting information. Then, for every item you want formatted, you link to information already stored in the style sheet. Which leads to another benefit: it saves space.

Basically, learn CSS.
 
Back
Top