Try the fastest way to create flashcards
hello quizlet
Home
Subjects
Expert Solutions
Log in
Sign up
HTML Question
Flashcards
Learn
Test
Match
Q-Chat
Get a hint
What does HTML stand for?
Click the card to flip 👆
Hyper Text Markup Language
Click the card to flip 👆
1 / 9
1 / 9
Flashcards
Learn
Test
Match
Q-Chat
Created by
Asma_Al-Faran
Teacher
Share
Share
Students also viewed
W3Schools HTML Quiz
40 terms
W3Schools Question 11-20
10 terms
Html Practice
149 terms
HTML quiz study guide
40 terms
derm- ap photos 5
18 terms
web design
78 terms
Chapter 2
10 terms
HTML5/CSS Quiz
18 terms
Chapter 4
27 terms
CHAPTER 6-10 TERMS
40 terms
Ch4 Operations Management
34 terms
Terms in this set (9)
What does HTML stand for?
Hyper Text Markup Language
What the correct HTML element for the largest heading?
<h1>
What is the correct HTML element for inserting a line break?
<br>
Which character is used to indicate an end tag?
/
Which HTML element defines the title of a document?
<title>
What is Tags?
Tags are used to surround text which has special meaning in HTML. Tags tell the browser what to do. The tag set <P> </P> is used to tell the browser that text between the two tags is to be set apart as a separate paragraph in HTML.
What is Angle brackets?
<> The characters, < and >, set HTML tags off from the rest of the text on an HTML page. These two symbols enclose all HTML tags.
What is Attributes?
Defined words used in an HTML tag to modify the tag properties. They can be used to add or change color or change a size in some element.
What is Element?
An HTML element usually consists of a start tag and end tag, with the content inserted in between.