HTML Course

attribute for the location of an image

src=

a radio button requires what tag and attribute what 3 attributes? Which is the unifying value?

input type="radio" name="" value="" with name being the common trait of all of them

Drop downs are what type of tag?

select

Select box require what type of sub tags to define it's list

option

Submit button is what tag and attribute

input type="submit

Tables - what attributes make a cell go multiple rows are columns?

colspan="" rowspan=

tag to reference external style sheet including the 3 attributes

link rel="stylesheet" type="text/css" href "mystyle.css

Difference between display:block and display:inline

Display block puts carriage returns before and after the content

What happens when you define a list li with an inline display?

They go side by side.

What tage and 3 attributes are required for a favicon?

link rel="icon" type="image/image type (jpg)" href="location of file

What attribute do you need for a keyboard command in a link?

accesskey=

Tag and attribute needed for on page CSS

<style type="text/css" >

Tag and attribute for interal javascript file

<script type="text/javascript">