HTML Elements

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

1/14

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.

15 Terms

1
New cards

<p>

paragraph element

2
New cards

<body>

body element, there can only be one body element in a file

3
New cards

<h1>

heading element

4
New cards

how many levels of headings are there

There are six levels of headings, from <h1> to <h6>: each decreasing in size

5
New cards

</tag> is a self closing tag, meaning…

doesn't need to be closed manually by a closing tag

6
New cards

<b>

is used for bolding characters

7
New cards

<i>

for italicizing characters

8
New cards

<u>

is for underlining characters

9
New cards

<s>

is for strikethroughing characters

10
New cards

<ul> is used for

unordered lists, will output bullet points

11
New cards

<ol> is used for

ordered lists, will output numbered lists

12
New cards

<li>

used for list items

13
New cards

<a>

anchor element, allows us to add a hyperlink to the text

14
New cards

href, mailto, tel, sms

all used with the anchor element for certain links, emails, telephone or text messaging numbers

15
New cards

<img>

used like <img src=[link here]> to output an image onto a screen, where src specifies the source