Week 1

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

What does HTML stand for?

1 point

Highlighted Text Markup Language

Hypertext Machine Language

Hypertext Markup Language

Highlighted Text Machine Language


2.
Question 2
If you use HTML5 tags correctly, your pages will be rendered identically on any browser.
1 point

True

False
3.
Question 3
Read this question carefully since we are asking about things we want to avoid. HTML5 should
**NOT**...
1 point

be device-independent

use markup instead of scripting where appropriate

take advantage of the most up-to-date plugins.


4.
Question 4
Which of the following best explains the difference between syntax and semantics?
1 point

A browser may have trouble displaying a page if the semantics are incorrect.

Syntax and semantics are interchangeable.

A browser may have trouble displaying a page if the syntax is incorrect.


5.
Question 5
W3C stands for:
1 point

World Wide Web Consortium

WWW Compliance

World Wide Web Community


6.
Question 6
The creation of HTML5 was a cooperation between many parties. Which of the following was NOT
part of that cooperation?
1 point

DARPA

WHATWG

W3C
7.
Question 7
What does HTTP stand for?
1 point
Hyper Text Transfer Protoco
8.
Question 8
Which of the following is part of a URL?
1 point

protocol

editor

hosting service
9.
Question 9
Which of the following is an example of a top-level domain?
1 point

.biz

umich.edu

mysite
10.
Question 10
The Domain Name Service looks up the domain and returns the:
1 point

IP address

server

host

document
11.
Question 11
Which organization is responsible for assigning top-level domain names?
1 point

Internet Corporation for Assigned Numbers and Names (ICANN)

Internet Engineering Task Force (IETF)

World Wide Web Consortium (W3C)


12.
Question 12
What does LAN stand for?
1 point
Local Area

13.
Question 13
A ________________________ is a computer that is in charge of handling resource requests from
multiple computers.
1 point
server

14.
Question 14
The Request-Response Cycle…
1 point

is an outdated process used by HTML 4.1

is performed once for each requested page.

may require several iterations of the Request-Response Cycle.


15.
Question 15
HTML uses _________ to annotate documents. This is a way of marking up the content to identify
specific HTML elements.
1 point
tags

16.
Question 16
The original developers of HTML were opposed to the addition of tags for graphical images.
1 point

True

False
17.
Question 17
The first graphical browser was.... (please use one word answer)
1 point
Mosaic

18.
Question 18
What are proprietary tags?
1 point

Tags that displayed copyright information

Tags used to define ownership of the content

Tags that work only on certain browsers


19.
Question 19
Which of these tags breaks the tenet of the separation of content and layout?
1 point
h1

font

body
20.
Question 20
Which of the following are browsers?
1 point

Chrome, Firefox, Safari

Firefox, Windows, Chrome

Safari, Mac, Sublime, Chrome


21.
Question 21
A basic functionality of browsers is to translate HTML documents into viewable webpages.
1 point

True

False
22.
Question 22
Which version of HTML introduced semantic tags?
1 point

HTML 4.01

HTML 3.2

HTML 2.0

HTML 5
23.
Question 23
You should write your code using the Sublime editor if you want an easy way for others to see your
webpage.
1 point

False

True
24.
Question 24
Which of the following is an Integrated Development Environment?
1 point

Replit

Notepad

TextEdit

Chrome
25.
Question 25
Which of the following filename is using camel case?
1 point

Camel_first_file.html

myFirstFile.html

my_first_file.html
26.
Question 26
What editor are you using?
1 point

Your answer cannot be more than 10000 characters.


27.
Question 27
What browser(s) are you using?
1 point
Your answer cannot be more than 10000 characters.

Unlike earlier versions of HTML, HTML5 produces pages that look the same across all browsers.
0 / 1 point

False

True
B is Incorrect
Browsers can independently determine how to format the different tags. Some use different sizes for
headings and/or blank space.

You might also like