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
Q

compose and check

A

when you add new tags to an existing tag and then the end result is wrong

26
Q

CSS

A

Cascading Style Sheets

27
Q

styling properties are separated by a

A

semicolon

28
Q

element

A

body without <>

29
Q

property/value

A

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

30
Q

Box Model of CSS

A

CSS considers every HTML5 element to be enclosed in a “box”

31
Q

The two parts to a hyperlink

A

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
Q

image tag

A

special files that contain an image

33
Q

absoulute references

A

using a full URL

34
Q

Relative References

A

name the file we want to link to

35
Q

dot-dot-slash

A

to create a path that goes up into an enclosing folder use ../

36
Q

definitional list

A

<dl></dl>

37
Q

definitional terms

A

<dt></dt>

38
Q

definitional data

A

<dd></dd>

39
Q

Box Model of CSS

A

CSS considers every HTML5 element to be enclosed in a “box”

40
Q

default

A

comes with the browser

41
Q

external

A

styling in a file

42
Q

style section

A

defined inside of tags

43
Q

inherited

A

properties set by enclosing tag

44
Q

tagged

A

defined with the style attribute