NEW
Font size
WorksheetsHTML Attempt 2 Review
Total questions: 25
Worksheet time: 12mins
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What will happen to an image that is scaled larger than its original size?
Its pixels will multiply
Its quality will stay the same
Its quality will increase
Its quality will decrease
Images can be lined up in rows and columns using CSS and ________
Equations
Spreadsheets
Tables
Photo-liners
What makes iFrame versatile?
it can be programmatically changed
it contains web content
it controls many format types
it allows for content changes
Which folder can the Trombone.jpg be found?
<img src="Images/Trombone.jpg" width="460" height="345 alt="Mandolin"
Images
Trombone
Mandolin
Trash
Which is a commonly used height for videos?
480 pixels
650 pixels
350 pixels
400 pixels
What does having multiple source tags allow a user to have?
Multiple video attributes
Multiple videos on a webpage
Multiple video formats as sources
Multiple videos play at once
When setting a source within a track tag, captions and subtitles are the two most commonly used formats.
True
False
Which attribute should be added to an audio tag to allow a user to control when the audio plays?
controls
sequence
pause
choose
SVG stands for Scalable ______ Graphics
Vector
Video
Variable
Value
The track tag works in conjunction with ______files
WAV
MP4
VTT
JPEG
Which form submission method is a request to take data submitted and insert it into a database?
Get
Delete
Put
Post
A type of tag used to embed metadata in CSS.
Metadata
HTML Tag
Meta Tag
Head Tag
A tool used to put placeholders in for text that will need to be added later to a webpage. It can also be used to explain parts of a webpage that do not display in a browser but will appear in a text editor. It will help any collaborative efforts to build a website.
Comment
Metadata
Element
Body Tag
A tag which notifies the user if their browser does not support the programming language that is currently in use.
Body Tag
NoscriptTag
Link Tag
Script Tag
Which HTML tag is used to define an internal style sheet?
<style>
<script>
<css>
<link>
What is the purpose of the alt attribute in an image tag?
To define the image format
To specify the image size
To link the image to another page
To provide alternative text for the image
Which HTML tag is used to create a hyperlink?
<link>
<a>
<url>
<href>
What is the default display property of a div element?
inline
block
inline-block
flex
Which attribute is used to specify the URL of an image in an img tag?
href
src
url
link
