|
||||||||||
CIW Foundations
Exam
|
|
Q6. Which of the following is correct order of tags that appear in a HTML page?
|
A. <html> B.
<head><title>Title goes here</title></head> C. <body> D. <html>
|
Correct Answer: A.
Explanation:
The correct order that HTML tags appear is:
<html>
<head><title>Title goes here</title></head>
<body>
</body>
</html>
Email: test@simulationexams.com