NEW
Font size
WorksheetsHTML Coding Quiz #1 - Period 2
Total questions: 20
Worksheet time: 26mins
Which statement below best describes Web Content?
Language for a computer
Computer language used universally around the world
The raw text, images, and other elements included in a web page
The raw text, images, and other elements excluded in a web page
None of the above
What does HTML stand for?
Hypertest Markup Language, a jargon used to create the yellow pages
Hypertip Markdown Language, a language used to destroy web pages
Hypertypo Markup Lingo, a language used to create web pages
Hypertext Markup Language, a language used to create web pages
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed.
Website Content
HTML Element
Website Structure
Website Strategy
What is HTML Element?
A piece of a website, marked by a start tag and often closed with an end tag
A code, marked by a end tag and often closed with an start tag
A piece of a internet, marked by a start tag and often closed with an end ta
A piece of a project, marked by a start tag and often closed with an end tag
Choose the correct coding answer: This is a paragraph.
>p<This is a paragraph.<p>
<q>This is a paragraph.</q>
</p>This is a paragraph.<p>
<p>This is a paragraph.</p>
The <p> tag defines a ____________.
sentence
statement
link
paragraph
What does this symbol stand for? </p>
Delayed Paragraph Tag
Closing Paragraph Tag
Opening Paragraph Tag
Middle Paragraph Tag
Tells the computer that this is a document written in HTML.
<head>
<!DOCTYPE html>
<body>
<CODEhtml>
Contains information (sometimes called "metadata") about your web page
<foot>
<back>
<head>
<neck>
This is heading. Choose correct code answer below:
<h1>This is heading 1</h1>
</h1>This is heading 1<//h1>
<h2>This is heading 1</h3>
</h15>This is heading 1</h16>
The collected information about an individual across multiple websites on the Internet is known as:
Social Media
Handprint Media
Digital Footprint
Analog Footprint
Which list is a set of numbered items?
non-ordered list
pro-ordered list
unordered list
ordered list
Which list is a set of bulleted items?
ordered list
non-ordered list
unordered list
pre-existing list
A quotation from or reference to a book, paper, or author, especially in a scholarly work is known as a:
Declaration
Indentation
Citation
Dedication
This known as the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.
Trademark
Patent
Copyright
Intellectual Property
Define Intellectual Property - choose the correct meaning below:
A Nobel piece prize that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
A research piece that is the result of creativity, such as a piece of writing or a design, to which one has false clauses and for which one may apply for a patent, copyright, trademark, etc.
A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
A dissertation that is the result of creativity, such as a piece of research or a design, to which one has no rights and for which one may apply for a patent, copyright, trademark, etc.
Which one is not a Creative Common License?
Contribution
Attribution
Non-Commercial
No Derivative Works
Others who use this work must give credit to original author: Choose correct license.
NC- Non-Commercial
Attribution
SA-Share-Alike
ND-No Derivative Works
Others may not use this work for advertising or to make money.
NC
BY
SA
ND
Part of a program that does not work correctly.
Mouse
Spider
Debug
Bug
