Media quizlet ~ test on html~ Wednesday January 11

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Which of the following is a valid color in HTML?

"blue" "rgb(255, 0, 0)" "#00FF00"

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

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

What is the result of the following HTML code: <ol> <li>Bread</li> <li>Milk</li> <li>Eggs</li> </ol>

1. Bread 2. Milk 3. Eggs

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 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 is the proper format for an HTML tag?

<h1>Content Affected by 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">

An image is hosted at: https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg Which of the following is the proper HTML code to display this image on your webpage?

<img src="https://upload.wikimedia.org/wikipedia/commons/6/6 2/Big_and_little_dog.jpg">

Which of the following best describes the difference between the domain and path of a URL?

The domain specifies where the browser's request should be sent. The path specifies exactly what file is being requested.

Which of the following classifies as metadata about a webpage?

The title of the webpage

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

The title of the webpage

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

false

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

What is the domain of this URL: www.example.com/home.html

www.example.com

What is the function of the <br> tag?

Create a line break on the resulting webpage

What is generated from the following HTML code: <h1>Hello</h1> <h3>Hello</h3> <h6>Hello</h6>

Hello (huge) Hello (medium sized) Hello (small)

What does HTML stand for?

Hyper Text Markup Language

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>

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>

Suppose you have written a web page using HTML and it is hosted at the URL yourdomain.com/home.html Which of the following statements is true about which devices can view your website?

Any browser on any device will be able to view your webpage, because all browsers and devices on the Internet agree to use the same protocols for sending, receiving, and viewing webpages.


Ensembles d'études connexes

Online Services - Example Websites

View Set

PSU Pharm Test 5 (Psychotherapeutic, Antiemetic, & Dermatologic Drugs)

View Set

RN pharmacology online practice 2019 B

View Set

Chapter 8 Project quality management

View Set

PHA 554 Infectious Diseases I: Exam 4 (Final Exam)

View Set

Lowdermilk, Ch. 7, Sexually Transmitted and Other Infections - final

View Set