HTML basics

studied byStudied by 21 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

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
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
robot