CodeCademy HTML & CSS Flashcards
HTML stands for
HTML is used to…
HyperText Markup Language
Lenguaje de marcas de hipertexto
html is used to give structure to a website
Hypertext means…
text with links in it
What is a markup language
is a programming language used to make text do more than just sin on a page
a markup language can turn text into…
images, links tables, lists, etc…
What makes webpages pretty
CSS
CSS stands for
Cascading Style Sheets
Hoja de estilo en cascada
On the first line, always put…
”
What is the purpose of putting “
To tell the browser what language it´s reading, HTML in this case
In the second line, always put…
”
What is the purpose of putting
Starts the HTML document
What do
Ends the HTML document
Hypertext means…
text with links in it
What is a markup language
is a programming language used to make text do more than just sin on a page
a markup language can turn text into…
images, links tables, lists, etc…
What makes webpages pretty
CSS
Where the body goes?
Inside the tags
Always put on the last line…
What are the things inside >
This things… are called tags
How come tags, in singles, in pairs?
usually in pairs, and opening and closing tag
Everything in the HTML will go between
The opening and the closing tags
There are always two main parts to an html file…
The head and the body
The head contains…
Information about your HTML file, like its title
The title is what we see where?…
and how is the title tag?
see in the browser´s title bar or page bar
The body of a page is where you put…
Your content, such as text, images, and links