• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/33

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

33 Cards in this Set

  • Front
  • Back
Write an HTML document using the following tags: html, body, h1, p.
<a href="http://www.w3schools.com/html/html_intro.asp" >answer</a>
Create an HTML document using the html, body, h1 and p tags.
<a href="http://www.w3schools.com/html/html_intro.asp">ctrl click for answer</a>
Create a link to any site.
<a href="http://www.w3schools.com/html/html_primary.asp">ctrl click for answer</a>
Create an image element. Be sure to specify its size.
<a href="http://www.w3schools.com/html/html_primary.asp">ctrl click for answer</a>
List and define HTML's 4 core attributes.
<a href="http://www.w3schools.com/tags/ref_standardattributes.asp">ctr click for answer</a>
Distinguish Tags, elements, attributes and content.
<a href="http://www.w3schools.com/html/html_elements.asp">ctrl click for answer</a>
HTML has 9 Standard Attributes. List and define the 3 language attributes.
<a href="http://www.w3schools.com/TAGS/ref_standardattributes.asp">ctrl click for answer</a>
Write a XHTML language definition (English). Use all the attributes and include the web address.
<a href="http://www.w3schools.com/TAGS/ref_language_codes.asp">ctrl click for answer</a>
Create an example using the these tags. br and hr. Inlclude some comments.
<a href="http://www.w3schools.com/html/html_headings.asp">ctrl click for answer</a>
Create an HTML page using the b strong i em big small and big tags.
<a href="http://www.w3schools.com/html/html_formatting.asp>">ctrl click</a>
Demonstrate bi-directional override.
<a href='http://www.w3schools.com/html/tryit.asp?filename=tryhtml_bdo">ctrl click for answer<a/>
Demonstrate deleted and inserted text.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_del">ctrl click for answer</a>
Demonstrate a long and short quotation.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_q">ctrl click for answer</a>
Demonstrate an acronym and an abbreviation.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_abbr">ctrl click for answer</a>
Write an address in HTML.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_address">ctrl click for answer</a>
The color attribute was deprecated and is instead expressed as a what in CSS.
property
Demonstrate how to open a link in a new browser.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_link_target">ctrl click for answer</a>
Create a link within a document.
<a href="http://www.w3schools.com/html/html_links.asp">ctrl click for answer</a>
Why should you end and address with a forward slash?
Always add a trailing slash to subfolder references. If you link like this: href="http://www.w3schools.com/html", you will generate two HTTP requests to the server, because the server will add a slash to the address and create a new request like this: href="http://www.w3schools.com/html/"
How do you use an image as a link?
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_imglink>ctrl click for answer</a>
How do you break out of a frame?
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_frame_getfree>ctrl click for answer</a>
Create a mail:to link. Include a cc and a subject.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_mailto2">ctrl click for answer</a>
Create a table with 2 headers, 2 rows. 2 columns and a caption at the top.
<a href="http://www.w3schools.com/html/html_tables.asp">ctrl click for answer</a>
Create a square bullet unordered list within a lower case a,b,c list.
<a href="http://www.w3schools.com/html/html_lists.asp">ctrl click for answer</a>
Create a definition list.
<a href="http://www.w3schools.com/html/html_lists.asp">ctrl click for answer</a>
Create a text form.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_input">ctrl click for answer</a>
Create a check box form.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_checkbox">ctrl click for answer</a>
Create a radio button form.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_radio">ctrl click for answer</a>
Create a drop down box.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_select2">ctrl click for answer</a>
Create a large textbox. Set the size. Include text in the box.
<a href="http://www.w3schools.com/html/showit.asp?filename=tryhtml_textarea">ctrl click for answer</a>
Create a button with custom text.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_button">ctrl click for answer</a>
Create a fieldset with a header.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_legend">ctrl click for answer</a>
Create a form with radio buttons and a submit button.
<a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_radio">ctrl click for answer</a>