web-standards
Standards for screen sizes in web design
Wh开发者_运维问答at is the standard for screen sizes when designing web sites?Is it still 800x600?1024x768 is the lowend res generally targeted these days. usually with a live area of 950-960 wide.I a[详细]
2022-12-19 18:28 分类:问答Is it ok to use <strong> in place of <b> blindly?
Note: I know <b> is presentational and <span style=\"font-weight:bold> is a better way, and <strong> and <em> are for emphasis but my question is not regarding this.[详细]
2022-12-19 17:11 分类:问答Is separation of Content, presentation and behavior possible every time?
Is separation of Content, presentation and behavior possible every time ? Many time through javascript we add classes to html and we use in CSS visibility:hidden inline.[详细]
2022-12-19 15:53 分类:问答Correct use of Blockquote, q and cite?
Is this the correct use of Blockquote,q and cite? <p> <blockquote>Type HTML in the textarea above, <q>and it will magically appear</q> in the frame below.[详细]
2022-12-19 10:46 分类:问答Will adding rel or name attributes to divs and spans cause IE/FF to go into quirks mode?
Will a tag like 开发者_开发技巧 <span id=\"suchAndSuch\" class=\"blah\" rel=\"this.that.other\" name=\"this.name\"></span>[详细]
2022-12-19 08:08 分类:问答How to decide What should be chosen to make heading bold <strong> or <h3/h4/h5>?
How to judge what should be <h2> , h3 h4 h5 h6 or <p><strong>Some text</strong></p> If we don\'t have knowledge about context[详细]
2022-12-19 00:40 分类:问答Shouldn't we use <noscript> element?
I开发者_高级运维 found some good cons here: The noscript element only detects whether the browser has JavaScript enabled or not. If JavaScript is disabled in the Firewall rather than in the browser[详细]
2022-12-18 09:45 分类:问答Adding strong emphasis to an img tag. Semantics
I\'m actually coding a website and a doubt came to me. I have a list of images (it\'s an artist portfolio, so it should be images), some of which have a \"Featured\" badge. Is it semantically correct[详细]
2022-12-17 05:59 分类:问答Why do some major websites use invalid HTML?
I noticed that many websites, even Google and some banking sites, have poorly-written HTML with no quotes around the values of attributes, or using characters such as ampersands not escaped correctly[详细]
2022-12-16 00:46 分类:问答What tag should be used for short text like "back to top" , "Read more" etc?
What tag should be used for short text like. 开发者_开发技巧 Back to top Read more is <p> appropirate or something else should be use. because these are not paragraph.[详细]
2022-12-15 13:41 分类:问答