Shared Flashcard Set

Details

Web Development Fundamentals (1)
Flashcards on basic HTML, CSS, and Java Script website coding from a web development textbook
27
Computer Science
Not Applicable
05/19/2015

Additional Computer Science Flashcards

 


 

Cards

Term
HyperText Markup Language
Definition
What does HTML stand for?
Term
DTD (Document Type Definition)
Definition
A tool used by the developer to make sure that Web pages follow the desired markup language
Term
XHTML
Definition
"Extensible HyperText Markup Language", slowly replacing HTML in the world of web development
Term
strict, transitional, and frameset
Definition
What three words are used by the declaration statement ?
Term
optional for: HTML
required for: XHTML
Definition
The definition is optional in ____ but required for ____
(Hint: Which markup language?)
Term
Element
Definition
An XHTML structure
(Examples: p, em, and strong)
Term
Tags
Definition
Used to begin and end an element
< or >
Term
slash (/)
Definition
The symbol that can be used to close an element
Term
Attributes
Definition
Defines properties for elements; placed inside of the starting tag after the element name (In

, style is the ____?)
Term
child elements
Definition
elements that are nested within the HTML opening and closing tags (E.g. , , , and

)
Term
Definition
These tags contain information about the documents, but aren't a part of the document's content (E.g. and tags)
Term
meta
Definition
An optional child element of the head element, this is used with tags to hold information such as the page refresh rate and the author of the page.
Term
Definition
Provides the browser with a page title and is used for bookmarking, as well (Add to favorites :D)
Term
Definition
Contains the content on a webpage that will be displayed by the browser
Term

and

Definition
Required in XHTML, and recommended in HTML, these tags are used to display basic text information in the and tags
Term
"Well Formed" document
Definition
A webpage that passes XHTML validation
Term
Image element
Definition
Used in most Web pages along with the src attribute that points to the name (or address) of the image
Term
CSS (Cascading Style Sheets)
Definition
Defines how to display the content on a HTML page; characteristics such as fonts, borders, color, size, etc.
Term
Inline
Definition
When CSS is embedded within the HTML code, it is _____ CSS.
Term
Internal
Definition
When CSS is included in the webpage but not embedded, it is _____ CSS.
Term
External
Definition
When CSS is kept on a page separate from the HTML, it is known as _____ CSS.
Term
Inline, Internal, External
Definition
_____ CSS takes priority over _____ CSS, which takes priority over _____ CSS takes priority over
Term
Definition
Websites use the ______ and ______ tags to create tables.
Term
Definition
Also known as the "table row" tags, used to create a row in a table.
Term
Definition
Known as the "table data" tags, used to add data to a Web Page's table.
Term
CSS
Definition
The standard technique for styling and laying out webpages
Term
Definition
Division elements used in CSS to separate parts of code that are to be styled differently
Supporting users have an ad free experience!