Junior Developer Quiz Junior Developer Quiz Step 1 of 3 33% Name* First Last Who is making the Web standards?* Mozilla Microsoft The World Wide Web Consortium What does HTML stand for?* Hyper Text Markup Language Home Tool Markup Language Hyperlinks and Text Markup Language What does CSS stand for?* Creative Style Sheets Colorful Style Sheets Computer Style Sheets Cascading Style Sheets Which is the correct CSS syntax?* body:color=black {body;color:black} {body:color=black(body} body {color: black} Which of the following ways to insert CSS has the highest specificity and will override the same rule applied the other ways?* Inline External Internal None of the above What does the ID selector do?* Apply the style to a specific element Apply the style to all the elements Apply the style to a group of elements Apply the style to elements of the same type You can use the same class on multiple elements.* True False How many HTML lists types are there and what are they? Demonstrate 2 of them.* Which CSS method is ideal for applying the same style to an entire website and why?* What is the format of an external style sheet? What attributes are included?* Is it better to use em than pt for font sizes? Why?* What is a pseudo-class? Give 2 examples.* In the context of front-end development, what does non-semantics mean? Give examples.* In the context of front-end development, what does semantics mean? Give examples.* What is a JavaScript variable?* Explain in words, not code. Explain what scope is in JavaScript.* Explain in words, not code. Define a CSS rule where the font size of the body is 5em, but only when the screen size is less than or equal to 760px. Upload this as a .zip file.* Drop files here or Accepted file types: zip. Create a table using HTML and CSS that has three headers side-by-side, three content blocks side-by-side, and an image above the second and third content block. Upload these files as a .zip file.* Drop files here or Accepted file types: zip. Create a file that has content with a js function that hides and shows the content. Upload this file as a .zip file.* Drop files here or Accepted file types: zip. Create a 15 minute countdown timer to display on a page. Have the timer display a message when the time runs out. Do not use the alert method to display the message. Display it where the timer is. Upload these files as a .zip file.* Drop files here or Accepted file types: zip.