Question: javascript Question 4 (1 point) Which HTML element can be used to group elements when none of the semantic elements apply? Question 4 options: section
javascript
Question 4 (1 point)
Which HTML element can be used to group elements when none of the semantic elements apply?
Question 4 options:
| section | |
| div | |
| main | |
| aside |
Question 5 (1 point)
You can use a link element in an HTML document to provide
Question 5 options:
| an embedded style sheet | |
| an external style sheet | |
| either A or B | |
| neither A nor B |
Suppose that a JavaScript application thats on your own computer consists of an HTML file, a CSS file, and a JavaScript file. To run the application, you can
Question 6 options:
| find the HTML file in your file explorer and double-click on it | |
| find the JavaScript file in your file explorer and double-click on it | |
| use the Open command in your browser to find and open the JavaScript file | |
| enter just the path and filename of the JavaScript file into your browsers address bar |
Question 7 (1 point)
Suppose that a JavaScript application on the Internet consists of an HTML file, a CSS file, and a JavaScript file. To run the application, you can
Question 7 options:
| use the Open command in your browser to find and open the HTML file | |
| use the Open command in your browser to find and open the JavaScript file | |
| type the URL of the HTML file into the browsers address bar | |
| type the URL of the JavaScript file into the browsers address bar |
Question 8 (1 point)
The quickest way to re-run a web page thats already in your browser after youve made changes to the code for the page is to
Question 8 options:
| click on the Reload or Refresh button | |
| use the Open command in your browser | |
| type just the file name into the address bar | |
| type just the domain name into the address bar |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
