DDEM Lesson 4B Exit Ticket
star
star
star
star
star
Last updated over 5 years ago
5 questions
1
1. What does HTML stand for?Hyperlinks and Text Markup Language Home Tool Markup Language Hyper Text Markup Language
1. What does HTML stand for?
Hyperlinks and Text Markup Language Home Tool Markup Language Hyper Text Markup Language
1
Which character is used to indicate an end tag?
Which character is used to indicate an end tag?
1
What is not one of the three required tags?
What is not one of the three required tags?
1
CSS controls the style of the HTML content. It lets you change colors, fonts, layout, and more.
CSS controls the style of the HTML content. It lets you change colors, fonts, layout, and more.
1
What is colored white in this bit of code?
body { text-align: center; background: black; color: white; font-family: helvetica; }
What is colored white in this bit of code?
body {
text-align: center;
background: black;
color: white;
font-family: helvetica;
}