html

¡Supera tus tareas y exámenes ahora con Quizwiz!

Which of the following HTML code snippets is the proper way to set the background color of an <h1> tag to be blue?

<h1 style="background-color:blue;">Hello</h1>

Which of the following is a valid HTML tag?

<h1>

Which of the following lines of HTML code will insert an image into a webpage?

<img src="https://codehs.com/static/img/logo.png">

Which of the following HTML code snippets will generate the following table?

<table border="1"> <tr> <th>Name</th> <th>Score</th> </tr> <tr> <td>Karel</td> <td>32</td> </tr> </table>

What does HTML stand for?

Hyper Text Markup Language

Which of the following is a valid color in HTML?

"blue" "rgb(255, 0, 0)" "#00FF00" All of the above

Which of the following is the correct HTML code to create a hyperlink that displays Click Me and links to google.com?

<a href="https://google.com"> Click Me </a>

Which of the following tags defines a table header?

<th>

Which of the following tags defines a table row?

<tr>

Which of the following HTML code snippets would produce the following web page: Apples Bananas Oranges

<ul> <li>Apples</li> <li>Bananas</li> <li>Oranges</li> </ul>

Which of the following actions will help you avoid violation of copyright laws?

Always cite the source of the image Check the copyright of the image to make sure it can be used by others without permission Limit your searches to public domain images All of the above

What is the function of the <br> tag?

Create a line break on the resulting webpage

True or False: As long as you cite your sources, you can put any image you find online on your website.

False

Which of the following is an example of metadata about a webpage?

The title of the webpage

All of the colors you see on a computer screen are the result of a mixture of the same three colors. What are those colors?

red, green, blue


Conjuntos de estudio relacionados

General California Insurance Law

View Set

Peds Alteration in Urinary/Genitourinary Disorders

View Set

Econ 3010 Ch. 6 Production and Costs

View Set