HTML Course

  1. attribute for the location of an image
    src=""
  2. 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
  3. Drop downs are what type of tag?
    select
  4. Select box require what type of sub tags to define it's list
    option
  5. Submit button is what tag and attribute
    input type="submit"
  6. Tables - what attributes make a cell go multiple rows are columns?
    colspan="" rowspan=""
  7. tag to reference external style sheet including the 3 attributes
    link rel="stylesheet" type="text/css" href "mystyle.css








  8. Difference between display:block and display:inline
    Display block puts carriage returns before and after the content
  9. What happens when you define a list li with an inline display?
    They go side by side.
  10. What tage and 3 attributes are required for a favicon?
    link rel="icon" type="image/image type (jpg)" href="location of file"
  11. What attribute do you need for a keyboard command in a link?
    accesskey=""
  12. Tag and attribute needed for on page CSS
    <style type="text/css" >
  13. Tag and attribute for interal javascript file
    <script type="text/javascript">
Author
dalbabes
ID
22394
Card Set
HTML Course
Description
Basic Tech
Updated