Web 2 Test 1-1st Quarter Study Guide
<a href="mailto:xx@yyy">
How can you create an email link?
ul
How can you make a bulleted list?
ol
How can you make a numbered list?
<a href="url" target="_blank">
How can you open a link in a new tab/browser window?
True
True or False : In HTML, inline elements are normally displayed without starting a new line.
Hyper Text Markup Language
What dose HTML stand for?
It works with many different types of devices without alteration.
What is a key benefit for using HTML5?
They enable users to view the content such as multimedia without a plugin.
What is one advantage that HTML5 APIs offer for modern web design?
<a href="http://www.w3schools.com">W#Schools</a>
What is the correct HTML for creating a hyperlink?
<body style="background-image: ">
What is the correct HTML for inserting a background image?
<img src="image.gif" alt="My Image">
What is the correct HTML for inserting an image?
<input type="checkbox">
What is the correct HTML for making a checkbox?
<select>
What is the correct HTML for making a drop-down list?
<input type=""text>
What is the correct HTML for making a text input field?
<textarea>
What is the correct HTML for making a text layer area?
<br>
What is the correct HTML tag for inserting a line break?
<body style="background-color:yellow;">
What is the preferred way for adding a background color in HTML?
HTML 4.0
What version of HTML introduces CSS?
the src attribute
Which of the following used with the HTML5 <video> element to identify the location and file name of the media resource?
<talble><tr><td>
Which of these tags are all <table> tags?
The World Wide Web Consortium
Who is making the Web standards?
<h1>
Choose the correct HTML tag for the largest heading.