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 ...
0
votes
0answers
17 views
Problem with a simple template on CSS [migrated]
I'm learning how to make a simple template with CSS e HTML5 but i've got a problem: i want to make a container with sidebar and articles list but it dosen't work.
See to believe: ...
-1
votes
1answer
20 views
Tracking Y position with HTML5? [closed]
Im wondering how site like Random blog link track y position of my view and then change some 'canvas' or whatever is it to point some menu option. Any1 knows ?:)
2
votes
0answers
42 views
is w3schools a valid resource foir learning html/css/php etc… etc [closed]
I recently came across w3fools.com via html5 Google plus community, and read some things they were saying about w3schools.com. I have not the knowledge to say they are completely wrong, or completely ...
0
votes
0answers
15 views
Does using html5shiv limits javascript usage in page? [closed]
I want to use html5shiv library.
My website has many pages that include javascript code.
Some page even have: window.onload = new function() { ... }.
Do you think that the html5shiv disrupt the ...
0
votes
2answers
42 views
Good idea if I only have <header> and <footer> inside <article>?
Due to nature of my blog I don't need to display any content, I only need to display a title inside a <header> and some meta info inside <footer> both inside article. Above them there is ...
1
vote
1answer
32 views
Canonical URL issue for www.takemyview.co.in
My shares and stock market analysis an advisory website has canonical URL problems. My web server is not able to resolve this issue for now using htaccess or any other means and all my SEO efforts are ...
0
votes
0answers
6 views
HTML5 & CSS: Formatting anchors, <header>-wide [migrated]
I encountered a peculiar CSS formatting problem when I changed a <div id="header"> block to HTML5's <header> block. Basically, I want links within the <header> block to be of a ...
1
vote
0answers
21 views
app URI scheme fallback URLs
I am working on a mobile friendly website and liked the idea of having my URLs open in native apps; like say to Google Maps or Facebook using custom URI protocols eg fb:// or comgooglemaps://. ...
1
vote
1answer
61 views
CSS3 allowed in email? [closed]
I cannot find any answers or discussions if CSS3 is allowed in HTML emails from the search box. I am wanting to update my company newsletters and campaigns but I don't know what properties are ...
4
votes
0answers
47 views
How do Expires headers and cache manifest rules work together?
I find the W3C's official Offline Web Applications specification to be rather vague about how the cache manifest interacts with headers such as ETag, Expires, or Pragma on cached assets. I know that ...
1
vote
2answers
54 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! ...
3
votes
1answer
90 views
we choose to use tables to layout web forms: (how) can we make them valid/accessible?
we are building a site with dozens of very complex forms and we decided that the best solution for us is to make them using <table>
but we are worried about accessibility and standards.
what i ...
-1
votes
2answers
67 views
How safe are the new HTML5 input tags [closed]
I am thinking to use the Input Type tags in my web application like
<input type="email">
<input type="number" required="required">
I'm just curious how safe is to use them , Is ...
1
vote
1answer
89 views
How necessary is it to use HTML5 now on websites?
I have been working upon a wordpress theme and almost done with it, but recently I got to learn some of the new HTML5 tags such as <header>, <footer>, <article> etc etc. I have a ...
3
votes
1answer
134 views
Does HTML5 video cache the entire video before playback or does it stream?
I have an HTML5 page that plays a small video (1.5MB) with autoplay and loop enabled.
The problem is, sometimes it takes up to 10 seconds after loading the page before the video starts playing. I've ...