NEW
Font size
WorksheetsHTML Fundamentals
Total questions: 25
Worksheet time: 13mins
The world's largest network is ____.
the Internet
the World Wide Web
Newsnet
both the Internet and the World Wide Web
In order to view a Web page on any type of a Web site, a computer needs to have a Web ____.
browser
client
manager
explorer
____ is the authoring language used to create documents on the World Wide Web
URL
XHTML
HTTP
HTML
The ___ tag is used to display a horizontal rule across the page.
<line>
<across>
<rule>
<hr/>
The most recent version of HTML is HTML ___.
4.01
3.2
5
5.5
You can create Web pages using HTML with a simple ___, such as Notepad, Caret, or Atom.
text editor
HTML editor
WYSIWYG editor
development editor
The ___ element tag indicates the text is a top-level heading.
<h0>
<h1>
<h6>
<h7>
HTML elements should be used properly to describe each section of the document based on the ____ structure of the document.
programming
design
coding
logical
The need for new markup languages and standards to address new demands is handled by the _____.
WC
W1C
W2C
W3C
The stricter syntax rules of HTML5 are consistent with ___ syntax.
CSS
WYSIWYG
JSP
XHTML
The ____ element is the root or parent element of all content (seen on webpage) sections.
<article>
<body>
<header>
<section>
Which of the following elements is included in phrasing content?
<h1>
<strong>
<body>
<img>
Which is one of the most common mistakes that could make your code invalid?
Declaring a docytpe
Missing closing tags
Quoting attributes
Nesting tags
The World Wide Web Consortium has created a set of ___, or specifications, that all browsers manufacturers follow.
indices
standards
sheets
styles
If an element contains text or another element, it is marked using a ___ tag set in which an opening tag and a closing tag enclose the element content.
double
one-sided
two-sided
single
Closing tags are identified by the ___ that precedes the tag name.
question mark
exclamation point
slash
ampersand
______ do not contain content, but often are employed to send directives (instructions) to browsers regarding how a page should be rendered.
Elements
Empty elements
Nested elements
One-sided elements
In addition to content, elements also support ____ that specify the use, the behavior, and in some cases the appearance of an element.
attributes
formats
characteristics
display
The ____ contains general information the document such as the document title. a list of keywords, description that would aid search engines in directing interested users on the page.
head element
html element
body element
list element
A(n) ____ list is used to display information in sequential order.
ordered
numeric
alphanumeric
bulleted
The doctype is used by _____, which are programs that examine document code to ensure that it meets all the syntax requirements of the specified language.
tester
quantifiers
validators
endorsers
The document ___ is not displayed within the page, but is usually displayed in a browser's title on a browser tab.
title
header
paragraph header
list header
To add the comment, Welcome John Smith, the syntax would be _____.
<Welcome John Smith>
<!-- Welcome John Smith ?
<!-- Welcome John Smith -->
<-- Welcome John Smith-->
A text-level element does not start out on a new line, but instead flows alongside of or____ with, the rest of the characters in the grouping element.
inside
in margin
inline
online
The most commonly used character set on the Web is ___.
UTF-8
ASC II
Latin-1
ISO 8859-1
