Which of the following is in charge of handling resource requests from multiple computers?
Answer
Host
Client
Server
Question 4
Question
Which organization is responsible for assigning top-level domain names?
Answer
World Wide Web Consortium (W3C)
Internet Engineering Task Force(IETF)
Internet Corporation for Assigned Numbers and Names(ICANN)
Question 5
Question
The Domain Name Service looks up the domain and returns the ______.
Answer
IP Address
Server
Document
Host
Question 6
Question
Which of the following is a part of a URL?
Answer
Editor
Domain( or Host)
HTML
Question 7
Question
A program in HTML can be rendered and read by -
Answer
Web browser
Server
Interpreter
Question 8
Question
Which of the following is the root tag of the HTML document?
Answer
<body>
<title>
<head>
<html>
Question 9
Question
In HTML5, which of the following tag is used to initialize the document type?
Answer
<Doctype HTML>
<\Doctype html>
<!DOCTYPE html>
<Doctype>
Question 10
Question
Which Are The Objects Used For Storing Data On The Client Provided By The HTML Local Storage?
Answer
Window.sessionStorage
Window.localStorage
Window.localSession
Both 1st & 2nd options
Question 11
Question
What is the Request/Response Cycle?
The process that happens when a HTML5 is created with an editor
The process that happens when a client requests a page and a server responds with the appropriate files
The process that happens when a server requests a page and a client responds with the appropriate files
Answer
The process that happens when a HTML5 is created with an editor
The process that happens when a server requests a page and a client responds with the appropriate files
The process that happens when a client requests a page and a server responds with the appropriate files
Question 12
Question
A single web page may require several iterations of the Request-Response Cycle.
Answer
True
False
Question 13
Question
Every well-formed HTML document should include:
Answer
doctype, head, body
alt text
doctype, header, body
header, nav, footer
Question 14
Question
Which is the best/proper way to declare that your page uses the HTML5 protocol?
Answer
<!DOCTYPE>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.01//EN" "http://www.w3.org/TR/html5/strict.dtd">