WorksheetsHTML
Total questions: 10
Worksheet time: 2mins
What does SVG stand for?
Scaling Vast Game
Skull Van Gogh
Scalable Vector Graphics
Skill Value Graphic
What does the <meta> tag do?
Nothing.
Defines the description and details of a website.
Used for accessing internal CSS codes.
Defines and automatically executes all HTML codes and formats.
It is used for setting up the charset of the website.
How do you link a stylesheet?
<a href="stylesheet.css">
<link rel="stylesheet"
type="text/css"
href="styles.css">
<img src="stylesheet.png"
alt="stylesheet">
<link rel="styles.css">
What is the tag where all text are visible?
<head>
<!DOCTYPE html>
<meta>
<body>
<textarea>
What are the tags that are used inside the <table> tag?
th, td, and tr.
ol, ul, and li.
head, body, and meta.
style, title, and html.
What are needed to create a calculator using HTML?
table, p, a, and h1.
input, button, and Javascript.
CSS, button, p, and input.
textarea, SVG, and video.
Is <input> and <textarea> simiar?
Yes
Maybe
Probably
No
How do you create a Horizontal Rule?
With <horizontal rule>.
With <horule>
With <hr>
With <hrule>
How do you create a Line Break?
With <line break>.
With <lb>.
With <break>.
With <bl>.
With <br>.
How do you start an HTML 4.01 Transitional?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!DOCTYPE html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
