⟩ Tell me where do you place your JavaScript on the page?
It may depend on what you are using it for. There is some debate on this but generally a good question to ask to get an understanding of the JS knowledge.
It may depend on what you are using it for. There is some debate on this but generally a good question to ask to get an understanding of the JS knowledge.
Explain what is the difference between linking to an image, a website, and an email address?
Explain what is the coolest thing you ever coded? Do you have any personal projects you are working on?
Explain what's the real difference between HTML and HTML5?
Tell me what is the difference between <div> and <frame>?
With jQuery, construct an array that has the values ["A", "B", "C", "D", "E", "F"] by getting the letters stored in the following html elements and pushing them into the array? <div class="select-container" data-letter="A"> B <div class="select-wrapper"> <ul> <li id="select-first">D</li> <li></li> <li>E</li> <li></li> C </ul> </div> <div> <span>F</span> </div> </div>
Explain what is "Semantic HTML?"?
Name 3 of the minimum HTML elements needed for an HTML document?
Explain what kind of things must you be wary of when design or developing for multilingual sites?
Call an external style sheet and an external script located in the ROOT folder called style.css and main.js with HTML?
Tell us what is the coolest thing you've ever coded? What's something awesome you've done?