Solved

Given the Following HTML Code That Forms the Top of a Web

Question 10

Multiple Choice

Given the following HTML code that forms the top of a web page, and asssuming that the web page contains English content, how should you modify the <code><html></code> tag?

<html >
<head>
<title>Sample Web Page
<head>


A) <code><HTML language="english"></code>
B) <code><html language="english"></code>
C) <code><html lang="en"></code>
D) <code><!html lang="en"></code>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions