DEV Community

Discussion on: Frontend Interview Questions

Collapse
 
vincecaruso profile image
VinceCaruso • Edited

There's a question under HTML - what are the HTML5 Tags... there are 125 of them (as far as I can find). What is this question actually asking?

Explain display properties and its difference... same thing here, as there are 27 of them. and is that a different question from this one:
Difference between display: none; visibility: hidden; opacity: 0;

Collapse
 
suprabhasupi profile image
Suprabha

No you are not suppose to learn all the different HTML5 tags and their usage(we have google for that 😂 ). That being said you have to understand most frequently used HTML5 tags like canvas, video, header etc.

Also you should be aware of all the display properties, because in every interviews they asked different question that are around display properties (i.e. flex, table, block, table, etc).

Yes, Difference between display: none; visibility: hidden; opacity: 0; is totally different question, as visibility and opacity are different CSS properties.