HTML/CSS

Flashcard
•
Computers
•
9th - 12th Grade
•
Easy
Casey Cattron
Used 1+ times
FREE Resource
Student preview

20 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the difference between an HTML Tag and an HTML element?
Back
An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.
Answer explanation
An HTML Tag is a part of the syntax used to create elements, while an HTML Element encompasses the entire structure, including the opening tag, content, and closing tag. Thus, the correct choice highlights this distinction.
2.
FLASHCARD QUESTION
Front
Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use? Options: <li>, <h1>, <hr>, <br>
Back
<br>
3.
FLASHCARD QUESTION
Front
Code to insert a line break into a webpage: <ul>, <li>, <br>, <h1>
Back
<br>
4.
FLASHCARD QUESTION
Front
Which item refers to the start tag, the end tag and everything in between? Options: HTML Element, HTML Tag, HTML Attribute, CSS
Back
HTML Element
Answer explanation
An HTML Element consists of a start tag, an end tag, and the content in between. In contrast, an HTML Tag refers only to the start or end tag, while Attributes and CSS are different concepts altogether.
5.
FLASHCARD QUESTION
Front
What is the proper code to insert an image named "frog.jpg"?
Back
<img src="frog.jpg" width="104" height="142">
Answer explanation
The correct code to insert an image is . It properly specifies the source file with the correct file extension and uses the correct syntax for the img tag.
6.
FLASHCARD QUESTION
Front
Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines the main heading in a web document? Options: <h3>Product</h3> , <h5>Product</h5> , <h1>Product</h1> , <h6>Product</h6>
Back
<h1>Product</h1>
Answer explanation
The
tag defines the main heading in a web document, making it the most important heading. Other tags like , , and represent lower levels of headings, so is the correct choice for Annie's product name.
, and represent lower levels of headings, so is the correct choice for Annie's product name.
is the correct choice for Annie's product name.
7.
FLASHCARD QUESTION
Front
Which tag defines the visible content of a web document?
Options: <head>, <meta>, <title>, <body>
Back
<body>
Answer explanation
The
tag defines the visible content of a web document, including text, images, and other elements. In contrast, , , andCreate a free account and access millions of resources
Similar Resources on Wayground
12 questions
HTML Basics Exit Questions

Flashcard
•
9th - 12th Grade
20 questions
FOC Unit 8 HTML Review

Flashcard
•
9th - 12th Grade
20 questions
CodeHS Unit 5

Flashcard
•
8th - 12th Grade
15 questions
HTML Tags Review

Flashcard
•
9th - 12th Grade
19 questions
Computer Science Explorations Final Review

Flashcard
•
9th - 12th Grade
14 questions
HTML Semantic Elements

Flashcard
•
9th - 12th Grade
16 questions
Informatyka

Flashcard
•
9th - 10th Grade
15 questions
HTML & CSS Basics

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade