HTML Tags

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

Discovering HTML and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Hypertext Markup Language, or HTML

The computer language that structures the web pages on the internet.

2
New cards

On top of HTML, you can build stunning web pages with…

Buttons, Images, and lots more

3
New cards

<button>example</button>

Creates a button in HTML.

4
New cards

Are button tags regular or self-closing?

Regular

5
New cards

The HTML code to create a button uses…

an opening tag, <button>, and a closing tag, </button>, in this order.

6
New cards

The text between the opening and closing tags of a button…

becomes the button's label.

7
New cards

What type of tag is this? </example>

A closing tag.

8
New cards

True or False? A closing tag has a backward slash at the beginning of the tag.

False. A closing tag has a forward slash at the beginning of the tag.

9
New cards

True or False? A closing tag has a backward slash at the end of the tag.

False. A closing tag has a forward slash at the beginning of the tag.

10
New cards

True or False? A closing tag has a forward slash at the beginning of the tag.

True.