HTML Part 1 Flashcards

1
Q

web server

A

special computers that are constantly connected to the internet and are optimized to send web pages out to people who request them

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

web hosting

A

companies that charge a fee to host your site (more common)

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

screen readers

A

programs that read out the contents of a computer screen to a user. they are commonly used by people with visual impairments

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

ISP

A

internet service provider- how you connect to the web

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

DNS

A

Domain Name System - your computer contacts this network of servers- they act like phone books and tell your computer the IP address associated with the requested domain name

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

HTML elements

A

angled brackets that characters live inside

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

open and closing tags that indicate that anything btw them is HTML code

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

open and closing tags that indicate that anything btw them should be shown inside the main browser window

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

<h1> </h1>

A

words btw these two tags are a main heading

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

<p> </p>

A

words btw these tags form a paragraph of text

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

<h2> </h2>

A

words btw these tags are a subheading

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

closing tag indicates the end of what should appear in the main browser window

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

closing tag indicates that it is the end of the HTML code

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

attribute name

A

indicates what kind of extra info you are supplying about the element’s content. it should be written in lowercase

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

attribute value

A

the info or setting for the attribute. It should be placed in double quotes. Different attribute can have different values

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

<p>Paragraph in English</p>

A

specifies that the language on this page is in US English