CSS/HTML
internal style sheets
a collection of style that's part of the web page's code
link tags
a href
flowchart
a layout of a site's navigation
style
a rule describing how to format a particular portion of a web page
style sheet
a set of style
div tag
a tag that defines a devision or a section in an HTML document
span tag
a tag that defines a devision or a section within another tag
external style sheets
a text file containing all your CSS rules
YouTube
a video hosting website
liquid layouts
adjusts to fit the browser's width
description
appears as a description in the page rankings
embedded sound
automatic, unsolicited music
RGB colors
color value consisting of three numbers representing either percentages or numbers between 0 and 255 for each hue
value
contains three hexadecimal numbers
absolute positioning
determines an element's location by specifying a position
relative positioning
elements are placed relative to its position in HTML
form elements
fieldset, legend, text fields, buttons, drop-down menus, checkboxes and radio buttons
elastic layouts
fixed-width design with type size flexibility
JPG graphics
good for photos
float tag
how can you create full-height columns
form's action attribute
input
tags
instructions that tell a web browser how to display the web page
strict doctype
intended for newer HTML and XHTML
the Internet
interconnected network of computer networks
margins
it defines property around an element
padding
it defines the space between the element border and the element content
meta tag
it provides information about your webpage for search engines
streaming media
multimedia that are constantly being delivered by a streaming provider
fonts
ones supported by most computers and are easy t read
transitional doctype
provides a transition from older HTML to the newer
hue
red, green, or blue
fixed-width layout
regardless of browser's width, the page's width stays the same
web-friendly file formats are
small
class selector
specifying specific content within CSS
id selector
specifying specific content within CSS
table
spread-sheet like data
multimedia files
synthesized music, digital audio, digital video, animated gifs, and flash
empty tags
tags without a closing tag
DOCTYPE
tells the web browser what type of HTML the page uses
text fields
text boxes on a form
hypertext
text which contains links to other texts
wireframe
the basic layout of a page
form
the primary way visitors interact with a website
internet explorer
what is the most common web browser?
buttons
what is the most used form tag?
inside nested tags
when and where do you use relative positioning?
radio buttons
when you can choose one item in a list
check boxes
when you can choose one or more items in a list
so that your webpages appear correctly and consistently in web browsers
why specify a doctype?
keywords
words or phrases describing your website
2 types of PNG
8 bit and 24 bit
row element
<td>
table heading
<th>
table row
<tr>
all variables in PHP start with which symbol?
?
what do you end a PHP statement with?
?
inline style sheets
CSS rules put directly into a page's HTML
CSS
Cascading Style Sheets
GIF
Graphics Interchange Format
XHTML
HTML organized for different operating systems
<?php Print "Hello, World!"; ?>
How do you say "Hello, World!" in PHP?
digital video files
MPEG, AVI, MOV, and WMV
PNG
Portable Network Graphics
HTML
The set of markup symbols or codes placed in a file intended for display on a web browser
digital audio files
WAV and MP3
CSS gives you creative control over the layout and design of your web pages
What are advantages of using CSS?