Any time you include JavaScript verbiage in HTML document, you must enclose…
2018
Any time you include JavaScript verbiage in HTML document, you must enclose those lines inside a ____ tag pair.
Answer: D. <Script> and </Script>
- A.
<HTML> and </HTML>
- B.
<Body> and <\Body>
- C.
<Div> and <\Div>
- D.
<Script> and </Script>
Attempted by 618 students.
Show answer & explanation
Correct answer: D
Loading lesson…