Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I have this paper for Web 3.0 and the Semantic web to present in a student sci-tech conference and I'm need of a good example of semantic HTML code to write. I'm not asking for the code, I'm asking for potential good ideas to code for, and present, as an example.

Do you have any suggestions?

share|improve this question
this is fairly broad... Do you have any guidelines? Size of project... certain bounds, restrictions, etc? Any kinds of features you're hoping to show off? – Kenneth Mar 11 '11 at 0:53
it's a small project. I only want to show-off some basic Semantic HTML properties and usage examples. Only to trigger the reader/viewer of how can Semantics help. – Apostolos Mar 12 '11 at 0:11

migrated from webapps.stackexchange.com Mar 11 '11 at 0:18

1 Answer

Sensor data (such as temperature) representations - You could use <em> and <strong> for extreme values, <del> for invalid data (sensor error), <del>+<ins> for corrected data, links to individual values if the table is showing an average, and repeated <thead>s for easier scanning of looong tables.

International standards - Many (e.g. vCard) standards use vague terms and notations, leading to ambiguities. Embedding RDF and links to definitions could improve the possibility of resolving those without cluttering the standard.

share|improve this answer
Great, thanks. The second example is totally awesome. – Apostolos Mar 12 '11 at 0:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.