HTML basics

5.0(3)
studied byStudied by 28 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards
Page structure
is the hierarchy of tags that the page follows
2
New cards
web browsers
are a tool that reads the html files to determine how to display the document.
3
New cards
HTML
stands for Hypertext markup language.
4
New cards
HTML element
all the code are elements this are defined by a start and end tag
5
New cards
tags are represented like:
 Content goes here... 
6
New cards
Headings
defined by numbers 1 to 6 this element follows a hierarchy being 1 the most important and 6 the least important.
7
New cards
Paragraphs
are defined by the

tags "

text

"
8
New cards
href
is used for hyperlink references inside the link element
9
New cards
links
links are defined by the tag: .
10
New cards
images
this one is defined with the tag , other attributes that are used are, src, alt, width, and height.
11
New cards
SRC
is the tag used to help the img tag to identify the picture location
12
New cards
style
is usually used to add styles like color and font size.
13
New cards
ALT
is the tag used to implement alternative text in case your picture doesn’t show up or for visually impaired people.
14
New cards
defines the document body and contains all the elements.
15
New cards
Buttons
is the tag to implement buttons on the website this is used like: .
16
New cards
specifies the name of the page that is going to appear in the tab or the title bar.
17
New cards
Defines this is a HTML5 document.
18
New cards
this tag is the root element for every HTML web page.
19
New cards
lang
is used inside the HTML tag and is used to identify the language of the page.
20
New cards
Attributes
are used to give extra information on the elements.