Domanda di colloquio di SteadyRain

Describe some of the differences between HTML5 and HTML4.

Risposte di colloquio

Anonimo

12 feb 2019

HTML5 has newer elements such as section, article, aside etc... which cause validation errors and are unsupported in legacy browsers. There are other things like deprecated tags etc. No, they are not the same.

1

Anonimo

8 ago 2016

I am new to developing, so html5 is all I know.

Anonimo

10 ago 2016

Question? If you interviewed in January of 2015; why did you wait a year and 8 months to post negative feedback about interviewing with SteadyRain?

Anonimo

10 ago 2016

There is basically no difference from html 4 and html5, as the name implies this is just an upgraded version of html 4. To use html5 in your code you just have to add a !doctype html to the beginning of your web page.