Skip to content

A basic quiz for front-end candidate; including HTML, CSS and JavaScript

Notifications You must be signed in to change notification settings

limjinda/frontend-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Front-end Quiz

Last updated: 12/10/2017

HTML

1. This code was invalid with W3C principle, how?

W3C

2. What's wrong with this code?

FORM

3. What different between we placed <script> tag before end of head and body?

4. Tell me what different between ID(#) and class(.)

5. Write CSS for this code to show horizontal navigation

Menu

result

Menu

CSS

1. How this code affect to a tag?

affect

2. Write a shorthand margin of this syntax

shorthand

3. See this code

level

and tell me what color of "It's Me!" will show up on the screen

4. Write CSS to convert "It's Me!" (in the previous image) to uppercase.

5. With this code, if user open the website on iPad with horizontal view. What dimensions(width, height) of .site-logo will show up?

sass

6. Write a media query for this HTML tag

  • for the screen above 768px
  • to perform text to show in white on black background

media query

7. What is critical-CSS?

JavaScript

1. What different between window.load and document.ready?

jquery basic

2. What is Grunt, Gulp and Webpack?

3. Give me 3 pros and cons of AJAX

4. Synchronous VS Asynchronous VS Defer, what's different between them?

5. Above the fold.. what is that?

About

A basic quiz for front-end candidate; including HTML, CSS and JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published