Html And CSS Vocabulary Flashcards

1
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
2
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
3
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
4
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
5
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
6
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
7
Q

.txt

A

A file extension for scaleable only files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
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
9
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
10
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
11
Q

ASP

A

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

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

attribute

A

Modified an HTML element

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

broken link / broken graphic

A

A link or hyperlink which no longer works when s 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
14
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
15
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.

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

cascading style sheets (CSS)

A

Defines styles for HTML in a separate file, so you 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.

17
Q

case sensitive

A

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

18
Q

Contrast

A

Different degrees of lightness and darkness on a page.

19
Q

Cookie

A

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

20
Q

CSS

A

Used to control a web site’s text color, background colors, borders spa

21
Q

directory

A

A folder to organize files on a server

22
Q

favicons

A

Image that shows up in URL box

23
Q

focal point

A

Center of interest on the page

24
Q

home page

A

The first web page displayed when visiting a website. File name should be index.html

25
Q

HTML

A

Hypertext Markup Language. Th coding scheme used to format text for use on the World Wide Web.

26
Q

Hypertext Markup Language (HTML)

A

Is the language you use to describe Web pages. It is a Markup language, which means HTML uses Markup tags.

27
Q

JavaScript

A

A web-scripting code that interacts with HTML code to create dynamic content, such as rollovers or interactive forms on a webpage; also called JS.

28
Q

media

A

The presentation of information using animation, sound, graphics and text

29
Q

proportion

A

Sizing design elements in relation to their relative importance and to each other

30
Q

proximity

A

Nearness to other related elements on a page

31
Q

repetition

A

Duplication of elements or details on the page

32
Q

tag

A

The HTML from <> the entire element and attribute combination.

33
Q

text editor or html writer

A

An application program that allows you to manually key HTML commands into a blank document.

34
Q

white space

A

The empty space around elements on a webpage

35
Q

wireframe

A

A visual representation of a Web site and its pages

36
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

37
Q

cache

A

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