Section 1, Chapter 1- HTML Basics

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

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Which tag is meant to surround text or anything visible on the webpage?

<body>, </body>

2
New cards

Which tag is meant to be a paragraph?

<p>, </p>

3
New cards

Which tag is meant to bolden text?

<strong>, </strong>

4
New cards

How to you correctly apply text effects in a paragraph?

Place the HTML tags in the <p> and </p> tags.

5
New cards

What is the format for a comment in HTML?

<!— words —>

6
New cards

True or false: HTML comments are visible

False, they are normally comments left for when code is being reviewed.

7
New cards

Where does one place the comment in an HTML body of text?

Not within the <p> </p> tags, but within the <body> </body> tags.