Techology- Chapter 4 Flashcards

1
Q

Tags

A
  • are words or abbreviations enclosed in angle brackets, < and >, like , that come in pairs, the second with a slash (/), like .
  • must be lowercased
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Tags

A
  • are words or abbreviations enclosed in angle brackets, < and >, like , that come in pairs, the second with a slash (/), like .
  • must be lowercased
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

start tag and end tag are also referred as

A

open and close tag

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

bold text tag

A

<b></b>

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

italic text tag

A

<i></i>

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

paragraph tag

A

<p></p>

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

singleton tag

A

/ is put at the end

  • horizontal rule <hr>
  • break <br></br>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Required tags

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

Open Source

A

that the program code is publicly available and any programer can contribute improvements to it
ex: firefox

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

Open Source

A

that the program code is publicly available and any programer can contribute improvements to it
ex: firefox

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

start tag and end tag are also referred as

A

open and close tag

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

bold text tag

A

<b></b>

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

italic text tag

A

<i></i>

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

paragraph tag

A

<p></p>

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

escape symbol

A

& then an abbreviation then ;

ex: & means &

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

Required tags

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

Why is googles homepage so clean looking ?

A

Larry Page and Sergey Brin did not know HTML very well

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

Open Source

A

that the program code is publicly available and any programer can contribute improvements to it
ex: firefox

19
Q

Text Editor

A

you must use this to write HTML, browsers want web pages written in ASCII characters
ex: text wrangler

20
Q

property/value

A

property is the styling feature to change, the value is what to change it to

21
Q

White space

A

spaces that have been inserted for readability

22
Q

preformatted

A

<pre></pre>

23
Q

Attributes

A

to be an additional input specification for the tag

attribute comes first, equal sign second

24
Q

escape symbol

A

& then an abbreviation then ;

ex: & means &

25
compose and check
when you add new tags to an existing tag and then the end result is wrong
26
CSS
Cascading Style Sheets
27
styling properties are separated by a
semicolon
28
element
body without <>
29
property/value
property is the styling feature to change, the value is what to change it to
30
Box Model of CSS
CSS considers every HTML5 element to be enclosed in a "box"
31
The two parts to a hyperlink
anchor text-the text in the current document that the user sees, which is highlighted hyperlink reference- the URL of the Web page that the computer links to
32
image tag
special files that contain an image
33
absoulute references
using a full URL
34
Relative References
name the file we want to link to
35
dot-dot-slash
to create a path that goes up into an enclosing folder use ../
36
definitional list
37
definitional terms
38
definitional data
39
Box Model of CSS
CSS considers every HTML5 element to be enclosed in a "box"
40
default
comes with the browser
41
external
styling in a file
42
style section
defined inside of tags
43
inherited
properties set by enclosing tag
44
tagged
defined with the style attribute