ITS Tutorial Questions

Flashcard
•
Computers
•
7th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

14 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Analyze the following markup: <!DOCTYPE html> <html lang="en"> <head> <style> p{ color:purple; } </style> </head> <body> <p style="color:red; text-decoration:underline;">First paragraph</p> </body> </html> Options: The text "First paragraph" will display purple and not underlined, The text "First paragraph" will display purple and underlined, The text "First paragraph" will display red and not underlined, The text "First paragraph" will display red and underlined
Back
The text "First paragraph" will display red and underlined.
2.
FLASHCARD QUESTION
Front
Which attribute prefills a default value for an input element in HTML5? Options: name, required, autocomplete, placeholder
Back
placeholder
3.
FLASHCARD QUESTION
Front
Which HTML5 code fragment shows a way to validate numeric input as having a value from 1 to 100 inclusive? Options: <input type="num" min="1" max="100">, <input type="number" low="1" high="100">, <input type="number" min="1" max="100">, <input type="positive" limit="100">
Back
<input type="num" min="1" max="100">.
4.
FLASHCARD QUESTION
Front
What is the correct syntax to change the font color of a visited link to magenta? Options: a#link{ color=magenta; }, a:link { color:magenta; }, a:visited { color:magenta; }, a:visited { color:magenta; }
Back
a:visited { color:magenta; }
5.
FLASHCARD QUESTION
Front
Which code segment correctly sets the background to an image that is sized to fill the entire background? Options: #div1{ background:img(floer.jpg); background-size:200px; }, #div1 { background:url(flower.jpg); background-size:auto; }, #div1{ background:img(flower.jpg); background-size:contain; , #div1{ background:url(flower.jpg); background-size:cover; }
Back
#div1{ background:url(flower.jpg); background-size:cover; }
6.
FLASHCARD QUESTION
Front
A style is not applied to the document because of a syntax error. The error is in one of the answers below. Select where the error is. Options: body { font-family:"Lucida Sans", "Lucida Sans Regular", Geneva, verdana, sans-serif; font-size:12pt; background:linen; }, header h1 { border:5px inset brown; padding:10px; border-radius:20px; text-align:center; font-size:150%; text-shadow:1px 1px brown; }, h2, h3 { color:b37a00; font-size:1.75em; }, div>p { text-align:left; font-size:2vw; }
Back
body { font-family:"Lucida Sans", "Lucida Sans Regular", Geneva, verdana, sans-serif; font-size:12pt; background:linen; }
7.
FLASHCARD QUESTION
Front
Which code shows the correct way to nest tags in HTML5? Options: <p>This is HTML5<strong><em>text formatting</strong></em></p>, <p>This is HTML5<strong><em>text formatting</p></em></strong>, <p>This is HTML5<strong><em>text formatting</p></strong></em>, <p>This is HTML5<strong><em>text formatting</em></strong></p>
Back
<p>This is HTML5<strong><em>text formatting</em></strong></p>
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Graphing Inequalities

Flashcard
•
6th Grade
11 questions
Inequalities

Flashcard
•
7th Grade
9 questions
inequalities

Flashcard
•
6th Grade
8 questions
CSD1 Styling with CSS Flashcard

Flashcard
•
8th Grade
12 questions
Solving one-step inequalities

Flashcard
•
6th Grade
17 questions
CS Discoveries 1=I Unit 2 Review

Flashcard
•
6th - 8th Grade
10 questions
One-Step Inequalities

Flashcard
•
7th Grade
12 questions
Objective #2: Solving Two-Step Inequalities GAME!

Flashcard
•
7th 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
18 questions
Company Logos

Quiz
•
6th - 8th 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