HTML and CSS Flashcards

1
Q

!DOCTYPE

A

Declares to the web browser what version of HTML you are using. If your doctype and coding are different from each other the page will not validate.

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

.css

A

A file extension that indicates that a file is a cascading style sheet.

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

.gif

A

A file extension for images, supports transparency and animation.

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

.html

A

A file extension for hypertext markup language

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

.jpg (.jpeg)

A

A file extension for images, usually photographs.

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

.png

A

A file extension for graphics that supports transparency and interlacing.

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

.svg

A

A file extension for scalable vector graphics.

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

.txt

A

A file extension for text only files.

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

.zip

A

A file extension for (zip) compressed file.

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

alignment

A

Placement of text or graphics relative to other elements on the page

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

anchor

A

A tag that marks the start and end of hypertext links.

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

ASP

A

Application server provider. Server-side application used for processing form data.

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

attribute

A

Modifies an HTML element

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

broken link / broken graphic

A

A link or hyperlink which no longer works when a web page loads, or when it is “clicked on” or does not take the user to the destination it was supposed to.

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

browser

A

Software used to view information on the worldwide web. (i.e. Chrome, Firefox, Safari, Edge)

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

button

A

A CSS created image that a user can “click on” to do something, like download a program or go to another web page.

17
Q

cache

A

Stores the HTML web page’s code as well as any graphics, and multimedia elements.

18
Q

cascading style sheet (CSS)

A

defines styles for HTML in a separate file, so you can easily change fonts, font sizes, and other attributes in a CSS file and the changes are reflected across all HTML files that reference the CSS file.

19
Q

case sensitive

A

Words with uppercase letters do not always have the same meaning when written in lowercase. i.e. passwords, file names

20
Q

contrast

A

Different degrees of lightness and darkness on a page.

21
Q

cookie

A

A text file saved to the computer that identifies users and customizes webpages.

22
Q

CSS

A

Used to control a web site’s text color, background colors, borders, spacing, headers, links, and positioning of elements.

23
Q

directory

A

A folder to organize files on a server

24
Q

favicons

A

image that shows up in URL box

25
focal point
Center of interest on the page
26
home page
The first web page displayed when visiting a website. File name should be index.html
27
HTML
Hypertext Markup Language. The coding scheme used to format text for use on the World Wide Web.
28
Hypertext Markup Language (HTML)
is the language you use to describe Web pages. It is a markup language, not a programming language, which means HTML uses markup tags.
29
JavaScript
A web-scripting code that interacts with HTML code to create dynamic content, such as rollovers or interactive forms on a web page; also called JS.
30
media
The presentation of information using animation, sound, graphics, and text.
31
proportion
Sizing design elements in relation to their relative importance and to each other
32
proximity
Nearness to other related elements on a page
33
repetition
Duplication of elements or details on the page
34
tag
The HTML from < > the entire element and attribute combination.
35
text editor or html writer
An application program that allows you to manually key HTML commands into a blank document.
36
white space
The empty space around elements on a webpage
37
wireframe
A visual representation of a Web site and its pages.