Home
Explore
Exams
Search for anything
Search for anything
Login
Get started
Home
Engineering
Computer Science
HTML basics
Studied by 21 people
5.0
(3)
Add a rating
View linked note
Learn
A personalized and smart learning plan
Practice Test
Take a test on your terms and definitions
Spaced Repetition
Scientifically backed study method
Matching Game
How quick can you match all your cards?
Flashcards
Study terms and definitions
1 / 19
Earn XP
Description and Tags
Computer Science
web dev
HTML
Add tags
20 Terms
View all (20)
Star these 20
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:
text inside the button
.
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