User Interface Expert Question:
Download Questions PDF

Call an external style sheet and an external script located in the ROOT folder called style.css and main.js with HTML?

UI Developer Interview Question
UI Developer Interview Question

Answer:

<script src="main.js"></script>
<link href="style.css" rel="stylesheet"></link>

Download UI Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what is "Semantic HTML?"?Name 4 new elements in HTML5 that were not available in previous HTML versions?