HTML5 (Hyper Text Markup Language, version 5) is an umbrella term for recent web technologies. It is also the latest iteration of HTML, and became a W3C Recommendation in October 2014, introducing new elements and APIs.

learn more… | top users | synonyms

21
votes
5answers
802 views

Cardshifter game lobby

We've been hard at work creating a browser-based GUI/Client for playing the Cardshifter TCG for the past week or so. Today, I just finished doing a pretty complicated layout for the chat lobby, along ...
10
votes
2answers
466 views

Strict and clean HTML and CSS for teaching website

We are in the process of creating a book with the purpose of teaching people the art of html and CSS to create a website from scratch. In our book the focal point, so to say, is that the reader is ...
7
votes
2answers
86 views

Interdependent color swatch widgets

To illustrate some algorithmic problems I found while writing this code review, I needed to include a live demonstration, which I implemented using a Stack Snippet with Angular.js. The demonstration ...
1
vote
1answer
221 views

Schema.org microdata code check

I updated my code based on the feedback from my previous question. There is one for the home page and one for the product pages: Home page code: ...
6
votes
2answers
145 views

Cardshifter website meta-tags for SEO

I have written the following meta-tags for SEO, please let me know if you think this could use any improvement. I have used this article to help me put it together. I have left out the page content on ...
5
votes
1answer
137 views

Markup of a blog page and its posts

Currently building my personal site using Jekyll, inuitcss and GitHub Pages. I'd like to hear your thoughts on the markup of my blog page and its post pages. What do you think about handling logo's ...
2
votes
2answers
89 views

Toggle code using jQuery

I have here some code which is working but it seems to be a lot of coding to do here. I would really appreciate if someone could make this simpler. ...
2
votes
1answer
39 views

Schema.org Microdata broadest tag check

I have defined the tag that can sit on all the pages of my website and be easily integrated into the admin tool. It is the broadest category with properties that are relevant for all pages. Can you ...
1
vote
1answer
49 views

Schema.org combining different categories

This is the follow up version of a previous question on combining different categories and their properties. The home page contains the overarching company information. The product page contains ...