Font size
WorksheetsWeb Dev MasterClass Day1
Total questions: 34
Worksheet time: 17mins
What type of tag is this: <!-- -->
comments
questions
paragraph
image
In the tag <img src="Piedmont.jpg"/> what is the file name?
<img
.jpg
</>
Piedmont.jpg
You'd use <img src="" /> to ______.
start a new website
indent a paragraph
log off your computer
put an image on a page
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What should a HTML web page start with?
<b>
<li>
<html>
<start>
What is the difference between <h1> and <h2>?
<h1> is larger in size than <h2>
<h2> is larger in size than <h1>
both are the same size but different headings
none of the above
Which tag would you use to insert a image?
<marquee>
< a href>
<br>
<img src>
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
The _______ is located within the html tag pair.
head tag pair
body tag pair
Both A and B
Neither A nor B
Placing the elements in a website layout that's functional, usable, and ideally, aesthetically pleasing is often the job of a __________.
software engineer
graphic engineer
software designer
graphic designer
HTML is what type of language ?
Scripting Language
Network Protocol
Markup Language
Programming Language
Which heading HTML elements will create the smallest font size on a website?
<h1>name</h1>
<h2>name</h2>
<h7>name</h7>
<h5>name</h5>
Look at the HTML code below and predict how the headings will be displayed.
<h3> Eggs </h3>
<h1> Bacon </h1>
<h6> Waffles </h6>
A collection of interlinked web pages on the World Wide Web
website
content
footprint
heading
HTML stands for
Hypretext Markup Language
Hypertext Media Language
Hyper Text Marker Line
Hypertext Mangement List
Which web development tools would I use if I wanted my web page to have specific colors and style?
HTML
CSS
Javascript
PHP
The difference between a beginning tag and ending tag is the...
/
\
;
:
Change the border size of the body or image
border-style
border-width
border-color
width
sets the color of words in a paragraph
h1 {
color: pink;
}
img {
color: pink;
}
body {
color: pink;
}
p {
color: pink;
}
Select the rule set to make all the text in your web page blue and centered.
p {
color: blue;
}
body {
text-align: left;
color: blue;
}
p {
text-align: center;
color: blue;
}
body {
text-align: center;
color: blue;
}
What is missing from this HTML skeleton?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
HTTP stands for
Hyper Text Transfer Port
Hyper Type Transfer Port
Hyper Text Transfer Protocol
Hyper Type Transfer Protocol
In HTTPS, S stands for
(a)
A webpage may have
Text
Image
Video
All the Above
Sublime Text3 is
Text Editor
Source Code Editor
Video Editor
Image Editor
Tor is a
Browser
Text Editor
Code Editor
None of these
Prince Chauhan is __________ at Khabai Tech
FrontEnd Developer
Full Stack Developer
CEO
Graphics Designer
Founder
