HTML basics

studied byStudied by 13 people
5.0(3)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions
Get a hint
Hint

Page structure

1 / 19

flashcard set

Earn XP

Description and Tags

20 Terms

1

Page structure

is the hierarchy of tags that the page follows

New cards
2

web browsers

are a tool that reads the html files to determine how to display the document.

New cards
3

HTML

stands for Hypertext markup language.

New cards
4

HTML element

all the code are elements this are defined by a start and end tag

New cards
5

tags are represented like:

 Content goes here... 
New cards
6

Headings

defined by numbers 1 to 6 this element follows a hierarchy being 1 the most important and 6 the least important.

New cards
7

Paragraphs

are defined by the

tags "

text

"
New cards
8

href

is used for hyperlink references inside the link element

New cards
9

links

links are defined by the tag: .
New cards
10

images

this one is defined with the tag , other attributes that are used are, src, alt, width, and height.
New cards
11

SRC

is the tag used to help the img tag to identify the picture location

New cards
12

style

is usually used to add styles like color and font size.

New cards
13

ALT

is the tag used to implement alternative text in case your picture doesn’t show up or for visually impaired people.

New cards
14

defines the document body and contains all the elements.

New cards
15

Buttons

is the tag to implement buttons on the website this is used like: .
New cards
16

specifies the name of the page that is going to appear in the tab or the title bar.

New cards
17

<!DOCTYPE HTML>

Defines this is a HTML5 document.

New cards
18

this tag is the root element for every HTML web page.

New cards
19

lang

is used inside the HTML tag and is used to identify the language of the page.

New cards
20

Attributes

are used to give extra information on the elements.

New cards

Explore top notes

note Note
studied byStudied by 13 people
144 days ago
5.0(1)
note Note
studied byStudied by 30 people
903 days ago
4.0(1)
note Note
studied byStudied by 4 people
47 days ago
5.0(1)
note Note
studied byStudied by 67 people
647 days ago
5.0(4)
note Note
studied byStudied by 87 people
847 days ago
5.0(2)
note Note
studied byStudied by 31 people
754 days ago
5.0(2)
note Note
studied byStudied by 81 people
636 days ago
5.0(2)

Explore top flashcards

flashcards Flashcard (41)
studied byStudied by 4 people
622 days ago
5.0(1)
flashcards Flashcard (54)
studied byStudied by 44 people
639 days ago
5.0(1)
flashcards Flashcard (132)
studied byStudied by 1 person
602 days ago
4.0(2)
flashcards Flashcard (23)
studied byStudied by 1 person
698 days ago
5.0(1)
flashcards Flashcard (239)
studied byStudied by 126 people
501 days ago
4.8(4)
flashcards Flashcard (127)
studied byStudied by 14 people
769 days ago
5.0(1)
flashcards Flashcard (79)
studied byStudied by 5 people
671 days ago
5.0(1)
flashcards Flashcard (52)
studied byStudied by 215 people
369 days ago
5.0(2)
robot