{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

web and html Flashcards

(45 cards)

1
Q

What is the web?

A

Is made of pages and is written in a coding language called html.

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

What is html?

A

acronym: Hyper text markup language

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

What is hyper text?

A

type of text that uses references and links

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

What are servers?

A

They are computers with programs which answer a browser’s requests.

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

What is http?

A

Acronym: Hyper text transfer portal

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

What is the (s) in https?

A

secure; portal

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

What is syntax?

A

Grammar rules for a computer language

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

What is Formalism in coding?

A

It means that computer take code literally.

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

What is Nesting?

A

Bits of code inside other bits of code in an orderly way.

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

What is one resource to use for coding related help?

A

Mozilla Developer Network

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

What is a text file?

A

This contains only letters, numbers, symbols and spaces.

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

what is HTML written in?

A

is written in text

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

What is a markup?

A

Text that has special meaning.

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

What is an Element?

A

It starts and ends with a tag, ex. <em>, </em>

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

What is an opening tag?

A

is the first tag in an element.

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

What is a closing tag?

A

is the last tag of an element.

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

What are angle brackets?

A

are “<,>”

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

What is the meaning of these tags: <em>,</em>?

A

They emphasize the text inside of the tags.

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

What is the meaning of this tag: <br></br>

A

creates a line break.

20
Q

What is the meaning of these tags: <p>,</p>?

A

creates a paragraph break.

21
Q

What is a void tag?

A

is a tag without a pair. ex: “<br></br>”

22
Q

What is the meaning of these tags: ,?

A

these tags move text down.

23
Q

What is the meaning of these tags: ,?

A

these tags move text up.

24
Q

What is the meaning of these tags: <strong>,</strong>?

A

these tags make the words inside it bold face.

25
What is the meaning of these tags:"

through

?
these are headings where 1 is the biggest size and 6 is the smallest one.
26
What is the meaning of these tags: ,?
these tags highlight the text inside it.
27
What is a block?
is an invisible border created around the text.
28
What are some examples of block elements?

,

,
,
are an example of this type of element
29
What is an inline element?
an element that doesn't create a border around the text.
30
What are some examples of an inline element?
,, ,, , are some examples of this type of element.
31
What is the meaning of this element:
,
?
this is short for division, it divides the page into different sections. It is a block element.
32
What is the meaning of this element:
    ,
?
this creates an ordered list, and it uses numbers.
33
What is the meaning of this element:
    ,
?
this creates an unordered list, and it uses bullet points.
34
What is a fully qualified URL?
a URL that uses protocol, domain name, and file path.
35
What is the meaning of this element: Example
This is an anchor element.
36
What is the meaning of this element: example
This creates an image. "src"= URL of image file, "alt"= text description of image. This is an empty element and does not have a close tag.
37
How to create an image that is also a link?
put the img element between the open and close tag of the anchor element.
38
What is a relative URL?
this is a file in your computer, and is not a complete URl or an absolute URL.
39
What is a website you can use to validate your html text?
validate.w3.org
40
What does CSS stand for?
Cascading Style Sheets
41
What is CSS used for/
CSS is used to change color of text and the layout of the page.
42
What does DOM stand for?
Document Object Model
43
What are the rules of a tree structure?
1. The root starts with a single node, a root, which has no incoming branches. 2. each node can have branches to new nodes. 3. Each non root can have only one incoming branch.
44
What kind of code uses the style (element)?

im blue!

45
What kind of code uses the style (attribute)?

Im blue