Tagged Questions
-1
votes
1answer
183 views
Why is there nobody talking about an alternative to HTML & CSS? [closed]
HTML is such an old and cumbersome language, which was intended just to markup text. Today it's very rare to see a static HTML website, or a site with only text or a very simple layout.
As a web ...
66
votes
9answers
5k views
So now Google has said no to old browsers when can the rest of us follow suit?
Google recently announced that they will no longer support older browsers on Aug 1st:
For this reason, soon Google Apps will only support modern browsers. Beginning August 1st, we’ll support the ...
1
vote
3answers
215 views
Is my Document Type Definition Still Up to Date?
currently all my php generated rich html webpages start with this line, which I have been adding to my tempaltes YEARS ago...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
7
votes
2answers
183 views
When to use SECTION element?
I'm a bit confused by the new HTML5 element, <section>. What is the correct way to use it?
Consider this outline:
<article>
<header>
<h2>Title</h2>
...