CodeCademy HTML & CSS Flashcards

1
Q

HTML stands for

HTML is used to…

A

HyperText Markup Language
Lenguaje de marcas de hipertexto

html is used to give structure to a website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Hypertext means…

A

text with links in it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a markup language

A

is a programming language used to make text do more than just sin on a page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

a markup language can turn text into…

A

images, links tables, lists, etc…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What makes webpages pretty

A

CSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CSS stands for

A

Cascading Style Sheets

Hoja de estilo en cascada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

On the first line, always put…

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the purpose of putting “

A

To tell the browser what language it´s reading, HTML in this case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the second line, always put…

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the purpose of putting

A

Starts the HTML document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What do

A

Ends the HTML document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Hypertext means…

A

text with links in it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a markup language

A

is a programming language used to make text do more than just sin on a page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

a markup language can turn text into…

A

images, links tables, lists, etc…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What makes webpages pretty

A

CSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Where the body goes?

A

Inside the tags

17
Q

Always put on the last line…

A
18
Q

What are the things inside >

A

This things… are called tags

19
Q

How come tags, in singles, in pairs?

A

usually in pairs, and opening and closing tag

20
Q

Everything in the HTML will go between

A

The opening and the closing tags

21
Q

There are always two main parts to an html file…

A

The head and the body

22
Q

The head contains…

A

Information about your HTML file, like its title

23
Q

The title is what we see where?…

and how is the title tag?

A

see in the browser´s title bar or page bar

24
Q

The body of a page is where you put…

A

Your content, such as text, images, and links

25
Q

The body is what will be visible where?

A

In the actual page on the browser

26
Q

For what is the <h1> tag</h1>

A

Its a heading tag, to give headings to pages

27
Q

How many headers are in html

A

6 headers

h1, h2, h3, h4 , h5, h6

28
Q

How we open a html

A

using a browser

29
Q

what does the browser do with a html document

A

render (show us) the file