NEW
Font size
WorksheetsFundamental of Website and Software Development Exam
Total questions: 52
Worksheet time: 4hrs 20mins
HTML stands for...
Hyper Text Markup Language
Hyper Text Makeup Language
Hyper Tag Markup Language
Hyper Tag Multiple Language
HTML Element is...
A piece of a website, marked by a start tag and often closed with an end tag
Only tags related to paragraphs and lists
A page of a website, identified by .html
A style-sheet
HTML Tag is...
The special set of characters that indicates the start and end of an HTML element and that element's type
The special set of characters that indicates the extension of a file
A piece of a website, marked by a start tag and often closed with an end tag
The raw text, images, and other elements included in a web page
Which of these tags is not one of the basic document tags every web page begins with?
<html>
<head>
<title>
<body>
<h2>
<HEAD> </HEAD> means what?
<TITLE> </TITLE> means what?
<LI> </LI> means what?
<!Doctype html>
Which item interprets the source code in a web document?
Text editor
Web browser
HTML editor
Web server
In the code below, which line indicates the end of an HTML document?
3 <title>Document title</title>
4 </head>
5 <body>
6 <p>This is content</p>
7 </body>
8 </html>
Line 4
Line 6
Line 7
Line 8
What does the <ul> tag stand for?
unordered lists
ordered lists
If you want your list to have numbers, what tags should be above and under your list?
<ul> and </ul>
<ol> and </ol>
If you are writing this list in HTML, what tags need to be at the beginning and end of "bread, eggs, milk, and coffee"?
<li> and </li>
<ol> and </ol>
<ul> and </ul>
Which of these can NOT be put under copyright law?
Music
Art
Dance move
Books
The act of copying or taking someone's work and passing it off as your own is called...
plagiarism
citation
intellectual property
Creative Commons
