True/False
Indicate whether the sentence or statement is true
or false.
|
|
1.
|
HTML
is a markup language used to design web pages.
|
|
2.
|
A web
site is a location on a web server containing resources accessible to the Internet.
|
|
3.
|
HTML
displays correctly only if all the HTML tags in the document are in lowercase.
|
|
4.
|
An
HTML document contains the start tag <body> and the end tag <tail>.
|
|
5.
|
An
HTML tag must be enclosed by angle brackets < >.
|
|
6.
|
HTML
tag names are single words containing no spaces or punctuation.
|
|
7.
|
An
HTML element consists of a HTML start tag, optional attributes, optional text, and
an HTML end tag.
|
|
8.
|
HTML
content cannot have spaces, tabs or empty lines between the tags.
|
|
9.
|
The
rules of HTML syntax are governed by the W3C organization, started in part by Tim Berners-Lee, the
inventor of HTML.
|
|
10.
|
Any
HTML content displayed in a browser will appear exactly the same regardless of browser.
|
|
11.
|
HTML
content displayed on an Apple Mac based browser will appear different than on a Microsoft Windows
based browser.
|
|
12.
|
HTML
files are human readable text files.
|
|
13.
|
Any
white space, tabs or new lines contained within an HTML document are displayed in the browser as
entered.
|
|
14.
|
An
HTML element may be defined inside another HTML start tag as an attribute. For example,
<b <i> </i> > is valid HTML usage.
|
|
15.
|
An
HTML element consists of an HTML start tag, some content, and an HTML end tag.
|
|
16.
|
The
order of the attributes defined in an HTML start tag matters.
|
|
17.
|
HTML
attributes are defined only in the HTML start tags, never in the HTML end tags.
|
|
18.
|
HTML
tag names are all alphabetic and do not have numbers.
|
|
19.
|
Through HTML any text or image content can be defined to be a hyperlink to another
HTML document or resource on the internet.
|
|
20.
|
HTML
documents are displayed in the target output format, which refers to the medium in which a document
will be displayed, such as a Web page, mobile device, or a printer.
|