html Flashcards
HTML stands for…
Hypertext Markup Language
Inventor of the World Wide Web
Sir Tim Berners-Lee
Delimiter for tags
<>
More strict version of HTML
XHTML
XHTML
eXtensible HTML
Tag structures like are known as _______
self-closing
RSS
Really Simple Syndication
Items of data in a tag that provide additional information to the browser
attributes
Syntax for an attribute
property=value
Attribute name for creating hyperlinks
href
URL
Uniform Reference Locator
Complete web address for Google
http://www.google.com
Attribute name used to give a name to an object so that it can be accessed using CSS or JavaScript
id
Client-side language used with HTML to give a web page functionality
JavaScript
Server-side language used with HTML to give a web page functionality
PHP
Attribute name that specifies a group name that may apply to multiple tags/objects
class
Attribute name that lets you apply a CSS style to a particular object
style
Attribute name that lets you display a ‘tooltip’ when a mouse passes over it
title
Tag name that specifies a title for a web page in a browser’s ‘chrome’
title
Complete HTML command that specifies a title on a web page saying My Little Web Page
html My Little Web Page
Tells a browser exactly how you would like a web page to be displayed
doctype
Tag name that specifies the ‘dialect’ of a web page (show any special symbols)
html <!DOCTYPE>
Browser affiliated with Microsoft
Internet Explorer
Browser affiliated with Mozilla
Firefox
Browser affiliated with Apple
Safari
Browser affiliated with Google
Chrome
Tag name of element that contains the web page content
body
Tag name of element that contains ‘behind the scenes’ information (like metadata) to help a page work according to design intentions
head
Comment structure for HTML
<!
Tag elements placed inside other tag elements are said to be ___________
nested
Highest level tag element in a web page
html
Additional data about a document, hidden from the normal user
metadata
Unit of measure of elements in a web page
pixel
Tag name of element used to embed CSS commands within a web page
style
CSS
Cascading Style Sheets
Tag name of element used to load an external style sheet
link
Attribute for establishing a document’s relationship to a page as a style sheet
rel=stylesheet
Attribute for specifying a style sheet language as that of CSS
type=text/css
Tag name of element used to write JavaScript commands within a page
script
Attribute to specify the location of a JavaScript file named ‘myscripts.js’ that is to be loaded from an external location
src=myscripts.js
Base language for Android devices
Java
Small piece of software written by a developer that can be embedded in Firefox for additional functionalities
add-on
An ‘essential’ add-on in Firefox that supports web page development and analysis
Web Developer Toolbar
Name of the developer who wrote the add-on used with Firefox in the web development classes at TCA
Chris Pederick
What does it do?
Sets the width of a web page to 800 pixels
Delimiter for multiple attributes within a tag
space
Largest heading tag name
html
Smallest heading tag name
html
Tags that are intended to be ‘phased out’ at some point in the future are known as _______, and should not be used
deprecated
An alternative for the normal bolding tag, which is often custom-styled with CSS
strong
Tag name for producing subscripted text
sub
Tag name for producing superscripted text
sup
Font face and color should only be set by using…
CSS
How many color names are available to a designer?
16
For customized colors, you need to use _______ color numbers
hexadecimal
Hexadecimal syntax for establishing color
RRGGBB
Allowable symbols in hex code
0-9, A-F
Hexadecimal is also known as …
base-16
White in hex code:
FFFFFF
Black in hex code:
000000
Short cut for hexcode color: #AA88DD
A8D
Exactly how many colors (shades) are available to a designer (in factored form!)
256x256x256
Approximately how many colors are available to a designer?
Over 16 million
Primary colors on a traditional computer monitor
red, green, blue
Best type of font (as a family) to use for web page text
sans-serif
Tag name of element for inserting images in a web page
img
Attribute name used to denote the location of a picture file for a web page
src
http means
hypertext transfer protocol
Using this attribute is strongly recommended for use in case an image cannot load or if the file cannot be found
alt
Why is it a good idea to use width and height attributes for images (with ORIGINAL DIMENSIONS!) when placing an image in a web page?
To ensure that the page layout is correctly aligned even before the page is loaded; can speed the overall loading time for the page
The tag is known as the _______ tag
anchor
The ‘C’ in Crap (from a design perspective) stands for …
contrast
The ‘R’ in cRap (from a design perspective) stands for …
repetition
The ‘A’ in crAp (from a design perspective) stands for…
alignment
The ‘P’ in craP (from a design perspective) stands for…
proximity
The attribute used to specify the location of a hyperlink
href
Write a complete command for a hyperlink to yahoo, with text: I love to YAHOO! and a screen tip of Let’s yahoo now
I love to YAHOO!
Attribute used to create internal hyperlinks
name
Write a complete command to create an internal hyperlink to a location called ‘top’ within a given page, with text: ‘Top of page’
Top of page
Why should you NEVER underline text in a web page for the purposes of emphasis?
Could be mistaken for a hyperlink