HTML Flashcards
What does HTML stand for?
Hypertext markup language
What is generated from the following HTML code:
<h1>Hello</h1>
<h3>>Hello</h3>
<h6>Hello</h6>
Large, Hello
medium, Hello
small, Hello
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.
What is the proper format for an HTML tag?
Content Affected by Tag
What is the domain of this URL:
www.example.com/home.html
www.example.com
Which of the following classifies as metadata about a webpage?
The title of the webpage
What is the result of the following HTML code:
<ol> <li>Bread</li> <li>Milk</li> <li>Eggs</li> </ol>
- Bread
- Milk
- Eggs
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></img>
Suppose you have written a web page using HTML and it is hosted at the URL yourdomain.com/home.html
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.
What are the table tags in general and in order?
Title
Artist
Length