HTML5 is the fifth revision of and currently the latest version of HTML (HyperText Markup Language). The fifth revision of HTML introduced many new syntactic features such as video, audio, canvas as well as section and article to name a few, with which the content of websites may be better ...

learn more… | top users | synonyms

24
votes
4answers
985 views

What are the SEO rules for HTML 5?

What are the rules of engagement with respect to SEO in HTML 5? Examples of things we have been mulling over with no conclusion: Are you penalised for not using <head> and <body> tags? ...
14
votes
8answers
3k views

Should I use HTML5 and/or CSS3 to build my website?

The new HTML5/CSS3 (Web8!) stuff sounds cool! Should I start using it now or stick with css/xhtml wait until more browsers can use it?
2
votes
2answers
829 views

Using Schema for Blogging Article VS BlogPosting

I have been remaking my website for some time now and I want to launch it as quickly as possible but I want to make it leading edge if possible. I am currently I'm using a modified template (I know! ...
2
votes
2answers
221 views

As a beginner, I would like to know which should be the markup language to startup with [closed]

I am a beginner in Web Designing. For sure a CMS like Joomla (Joomla 3.1, now) is very useful for one who doesn't care about coding. But... I know for sure that the ability of coding really helps a ...
1
vote
1answer
231 views

Google search : pubdate issue

At some point this year, Google Search started to show the publication date. When I updated my website, I noticed that the publication date was actually my birthday, simply because it's the first ...
1
vote
3answers
707 views

Will my new HTML5 website decrease my Google ranking?

I have a traditional HTML website that loads pages/sections of the site when people click on menu items. Pretty standard. Currently, I'm working on relaunching my website with a brand new HTML5 code ...
20
votes
10answers
1k views

What is new in HTML5/CSS3?

I've seen this site and this site, but that's a lot to digest. What are the main things about HTML5 that make it different/better than regular old (X)HTML/CSS?
67
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 ...
16
votes
4answers
4k views

Overuse of H1 was bad, but now, with HTML5?

We know that the overuse of H1 can lead to an over-optimization penalty, but now, in HTML5 it's allowed to use multiple H1 in the same page (inside nested sections). What will Google do with pages ...
5
votes
1answer
171 views

html5 tags for SEO

I've a question for you. Are now the new HTML5 tags, like <header>,<footer>,<hgroup>,<nav>,... ... really usefoul for SEO? Is google and other search engines considering ...
4
votes
4answers
4k views

HTML5 Semantics - H1 or H2 for ARTICLE titles in a SECTION

It's my understanding (based from this chapter of Dive into HTML5: http://goo.gl/9zliD) that it can be considered semantically appropriate to use H1 tags in multiple areas of the page, as a method of ...
9
votes
3answers
6k views

http-equiv=content-language alternative - the way of specifying document language

Lots of web sites uses following meta tag to specify the default language of the document: <meta http-equiv="content-language" content="es-ES"> When I go to W3C site and read about HTML ...
7
votes
3answers
2k views

Value of the HTML5 lang attribute

I'm working on a website which will offer localized content following the language+region approach as described on this W3.org page (e.g. fr-CA for Canadian French content, and fr-FR for "French ...
4
votes
3answers
7k views

Possible to only load specifiv div of a website?

I have this project i'm working on and id like to add a really small list of nearby places using facebooks places in an iframe feature from touch.facebook.com I can easily just use ...
2
votes
1answer
2k views

JavaScript control of <audio> not working in Firefox, works in Chrome

<audio id="audioMusic" loop="loop"> <source src="/Music/behind_you.ogg" type="audio/ogg" /> <source src="/Music/behind_you.mp3" type="audio/mp3" /> </audio> <script ...

15 30 50 per page