8
MarkMed
8y

Now u can see the difference.
I had to prove why HTML5+XHTML structure is better than non-semantic HTML structure.
Here is the difference.

Comments
  • 0
    Render latency? Is that much MS delay visible?
  • 1
    Both pages have same content, even semantic.xhtml has four more paragraph. Both files are very light, just look at Size column.
    I had to prove that HTML5+XHTML is faster than non-semantic HTML
  • 0
  • 0
    @AndSoWeCode the difference is half time taked. semantic.xhtml took 2ms and nonsemantic.html took twice the semantic.xhtml time. If both documents were more heavy, semantic.xhtml would load in 500ms and nonsemantic.html would load in 1000ms.
  • 1
    Also who says the extra 3ms comes from the longer filename nonsemantic vs semantic
  • 0
    I remember when XHTML was the future. Remember many a day using XHTML strict and getting things to validate. Didn't even know you could use it with HTML5.
Add Comment