SteadyRain interview question

Describe some of the differences between HTML5 and HTML4.

Interview Answers

Anonymous

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

Anonymous

8 Aug 2016

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

Anonymous

10 Aug 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?

Anonymous

10 Aug 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.