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