-1
votes
1answer
29 views
Google Semantic results question
http://www.google.co.uk/search?q=mark+zuckerberg+crunchbase
Guys, check out that search, in particular the first result's url. Crunchbase.com > People, and thus the people links t …
5
votes
6answers
232 views
Semantic html5. Back to the 90s ?
I am taking a peek at diveintohtml5. It seems nice and interesting, but I am puzzled.
In the nineties, at the time when Netscape was the browser and html was HTML2 or HTML3, there …
3
votes
3answers
59 views
What html markups to use for displaying label/value data ?
I want to render a profile user container that contains a list of labels and their associated values.
Here is an excerpt of information and layout I'd like to display:
First Name …
3
votes
3answers
50 views
What is the purpose of onclick event for noscript tag?
After reading http://www.w3schools.com/tags/tag_noscript.asp confused about onclick event on noscript tag.
Anybody knows the purpose?
If there is no purpose, why the hell they ke …
1
vote
1answer
43 views
What is real purpose of ismap attribute in img tag?
Never used ismap attribute in image tag ever.
Referred http://www.w3schools.com/tags/tag_img.asp and it says
Specifies an image as a server-side
image-map. Rarely used. Loo …
1
vote
1answer
38 views
use of profile attribute in head tag
Wonder what is use of profile attribute in head tag?
I never happens to use it
Anybody ever used it?
For what purpose?
I happen to read about it in the following link http://w …
1
vote
5answers
45 views
Style a definitition list as simple key value set
I'd like to use a definition list as simple as:
<dl>
<dt>name:</dt>
<dd>Tomas</dd>
<dt>address:</dt>
<dd>this is a very lo …
5
votes
2answers
91 views
Html structure semantics for pages of data
What's the best structure to use when designing a form/ details view for maximum readability (accessibility) and versatility?
As an example, the ASP.NET MVC framework's scaffoldin …
1
vote
4answers
63 views
Suggestion for Semantic Markup
I am creating a web GUI for an application I am working on. This particular section will sit within a larger page that is of a good semantic makeup. However, I am unsure what the b …
1
vote
1answer
30 views
Semantic markup to achieve last row editable effect?
I'm looking to have a table that can be added to by just typing into the last row and clicking on the "Add" button at the end of the row. All other rows in the table can be deleted …
1
vote
4answers
174 views
Is there an easy way to convert HTML with multiple <br/> tags into proper surrounding <p> tags in Javascript?
Let's say I have a bunch of HTML like below:
bla bla bla long paragraph here
<br/>
<br/>
bla bla bla more paragraph text
<br/>
<br/>
Is there an easy way …
1
vote
2answers
161 views
Why does layout change in IE when UL is alone in a TD vs having an extra empty DIV?
I'm adding css-based tab navigation to a site that is still using table-based layout. When I place my tab list inside a td, there is a visual "gap" that you can see. If I put an em …
-1
votes
1answer
64 views
What data should I care when retrieving only the contents of a HTML webpage?
We all know that the contents of an HTML page aren't just the data between open and closed tags, for example, <p></p>.
Beyond image "alt" and any "title" attributes, w …
0
votes
3answers
114 views
What is the best practice for provding a caption, title or label for a list in HTML?
What is the best way to provide a caption for an HTML list? E.g
Fuit
Apple
Pear
Orange
How should the word "fruit" be handled, particularly if I want it to be semantically as …
3
votes
7answers
617 views
is a DIV inside a TD a bad idea?
It seems like I heard/read somewhere that DIVs inside of TDs was a no-no. Not that it won't work, just something about them not being really compatible based on their display type. …
