問題一覧
1
is a collection of information which is stored in well defined tables
database
2
are the foundation of a database since all data are stored in it
tables
3
are used to describe similar items. referred to as a database table record
rows
4
each record represents a single individual
database table
5
in a database table provide characteristics of the records
columns
6
this characteristics are called database table fields
columns
7
is a collection of text, numeric values, graphs, or image which is systematically processed and stored in a computer
database management system
8
entity relationship diagram student - studentnumber student - lrn
1:1
9
SubjectTeacher - Sections
1:M
10
subjectteachers - sections
M:M
11
create database using 10 wisdom
create database 10-Wisdom; use 10-Wisdom;
12
it is foundation technology that is used to create web pages and applications
hyper text markup language 5
13
is a digital document that is accessible through the internet using a web browser. it is usually written in hypertext markup language and can be accessed by url address
web page
14
are keywords that help give structure to an html page which are contained in angled brackets
tags
15
come in first and is composed of an opening or start and closing or end tags
paired tags
16
are called single tags because they do not required an end tag
unpaired tags
17
it doesn't appear in the output but contains important information about the web pages such as the web page title and this style
html document head
18
it can be seen on the top left corner of the browser
html document title
19
is the location of all the content of your web
html document body
20
rd modifiers of html tags that provide additional information. they are used to specify the content of a web page
attributes
21
used to display a link
<a>
22
sets the link to point and open it in a new window
href
23
used to denote where a link will open
target
24
open in a new window
"_blank"
25
display line breaks on the page
<br/>
26
display images on a page
<img/>
27
display form fields
<input/>
28
number the or ordered lists
<ol>
29
bullet or unordered lists
<ul>
30
definition list
<dl>
31
definition term
*<dt>
32
defines the definition term
*<dd>
33
is a language that defines the style of html elements
cascading style sheets
34
are used to specify the detail of the tags
css properties
35
are an excellent way to present information in an organized fashion
list
36
bold
<b>
37
bold
<b>
38
italic
<i>
39
underline
<u>
40
strikethrough
<strike>
41
it sets the background color of the page
background color
42
it sets an image as the background
background image
43
it sets whether a background image is fixed or scrolls with the rest of the page
background attachment
44
it sets the starting position of a background image
background position
45
it sets if or how a background image will be repeated
background repeat
46
it sets the color of the text
color
47
it increases or decreases the space between characters
text spacing
48
it aligns the text in an element
text align
49
it adds decoration to text
text decoration
50
it indents the first line of the text in an element
text indent
51
it controls the letters in an element
text transform
52
it sets the list of font family name and or generic family names
font family
53
it sets the size of the font
font size
54
it sets the style of the font
font style
55
it sets the weight of the font
font weight
56
it sets the color the four borders can have from one to four colors
border color
57
it sets the color the four borders can have from one to four styles
border style
58
it is a shorthand property for setting the width of the four borders in one declaration from one to four values
border width
59
it sets an image as the least item maker
list style image
60
it places the list item marker in the list
list style position
61
it sets the type of the list item marker
list style type
62
h1
selector
63
{
beginning of the css
64
font-family and font-size
property name
65
verdana and 1.3em
value