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
11 questions
Untitled Flashcards

Flashcard
•
KG
13 questions
Code.org Unit 2 - Web Development

Flashcard
•
6th - 8th Grade
10 questions
Key Features of Quadratic Functions

Flashcard
•
7th Grade
10 questions
Compound Inequalities

Flashcard
•
8th Grade
10 questions
Comparing Fractions

Flashcard
•
6th Grade
10 questions
Illustrating and Graphing Linear Inequalities of Two Variables

Flashcard
•
8th Grade
10 questions
8.10 Flashcard Review

Flashcard
•
7th Grade
13 questions
HTML Basics

Flashcard
•
7th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade