Voorbeeld met voorgestelde vormen van HTML6-broncode
Joost van Meeteren
Ter illustratie bij een artikel
1b. Voorbeeld van broncode in HTML6 door Joost van Meeteren voorgesteld:!DOCTYPE html
html
head
title is WebDevelopment and WebDesign | Joost van Meeteren
link ../css3/bootstrap.css rel is stylesheet type is text/css
head
body
header
h1 HTML6
header
article
h4 title is HTML6 - links h4 HTML6 - links
p class is bg-primary a href is https://www.youtube.com/watch?v=Hf-WUuhADHQ target is blank a YouTube - Introducing HTML6.
article
hr
aside
p strong Is HTML6 realistic?
p title is That's the question! p That's the question!
aside
hr
footer
p a href is http://validator.w3.org/check?uri=referer" target is blank title is W3C Markup Validation a Service W3C Valid HTML5
footer
body
html
Note 1. h1, p do not need a closing tag unless a title or class element is directly in front of the text.Note 2. In accordance with the same principle the second a on the line shows the boundary between
the title text of the anchor and the anchor text itself.Note 3. The equal sign ( = ) is maybe a much better alternative to is in class = bg-info in stead of class is bg-info.
So HTML becomes a bit more abstract again in the way of describing and makes logically more difference to human language.
And the omission of quotation marks is now much more likely.