• 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/137

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;

137 Cards in this Set

  • Front
  • Back

Defines a comment


i.e.

Defines the document type



i.e.

Defines a hyperlink, which is used to link from one page to another.



i.e. Visit W3Schools.com!

Attribute specifies that the target will be downloaded when a user clicks on the hyperlink.




Attribute specifies the URL of the page the link goes to.



Visit W3Schools

Attribute specifies what media/device the linked document is optimized for.



media="print and (resolution:300dpi)">
Open media attribute page for print.

Attribute specifies the relationship between the current document and the linked document.



Cheap Flights

Attribute specifies where to open the linked document.



Visit W3Schools

Attribute specifies the Internet media type (formerly known as MIME type) of the linked document.



W3Schools

Defines an abbreviation or an acronym, like "Mr.", "Dec.", "ASAP", "ATM".



i.e. The WHO was founded in 1948.

Defines the contact information for the author/owner of a document or an article.




Written by Jon Doe.


Address,City, Zip, State

Defines an area inside an image-map (an image-map is an image with clickable areas).



usemap="#planetmap">


Attribute specifies an alternate text for an area, if the image cannot be displayed.

alt="text">



Text: Specifies the alternate text for the area, if the image cannot be displayed

Attribute specifies the coordinates of an area in an image-map.

coords="value">



Specifies the coordinates

Attribute specifies that the target will be downloaded when a user clicks on the hyperlink.

download="filename">



Filename: Optional. Specifies the new filename for the downloaded file

Attribute specifies the hyperlink target for the area.

href="URL">



URL: Specifies the hyperlink target for the area.

Attribute specifies what media/device the target URL is optimized for.

media="value">

Attribute specifies the shape of an area.

shape="default|rect|circle|poly">

Attribute specifies the Internet media type (formerly known as MIME type) of the target URL.

type="media_type">



media_type: The Internet media type of the linked document.

Specifies independent, self-contained content.


An article should make sense on its own and it should be possible to distribute it independently from the rest of the site.



sources for the element:


* Forum post
* Blog post
* News story
* Comment

Defines some content aside from the content it is placed in.


The aside content should be related to the surrounding content.

Defines sound, such as music or other audio streams.


There are 3 supported file formats for the element: MP3, Wav, and Ogg

Specifies the base URL/target for all relative URLs in a document.



W3Schools

This tag isolates a part of text that might be formatted in a different direction from other text outside it.



i.e. * User hrefs: 60 points
* User jdoe: 80 points
* User إيان: 90 points

This tag is used to override the current text direction.



i.e.
This text will go right-to-left.

This tag specifies a section that is quoted from another source.



i.e.


For 50 years, WWF has been protecting the future of nature.

This tag defines the document's body.


i.e.

Title of the document


The content of the document......

This tag inserts a single line break.


or strict


i.e. This text contains
a line break.

This tag defines a clickable button.


i.e. Click Me!

This attribute specifies that a button should automatically get focus when the page loads.

autofocus>


i.e. Click Me!

This attribute specifies that the button should be disabled.

disabled>



i.e. Click Me!



:(

This attribute specifies one or more forms the button belongs to.

form="form_id">



i.e.
First name:

Last name:


Submit

This attribute specifies where to send the form-data when a form is submitted.

formaction="URL">



i.e.
First name:

Last name:

Submit

Submit as admin

This attribute specifies how form-data should be encoded before sending it to a server.

formenctype="value">



i.e.
Name:

Submit with character encoding
Submit without character encoding

This attribute specifies which HTTP method to use when sending the form-data.

formmethod="get|post">



i.e.
First name:

Last name:

Submit
Submit using POST

This specifies that the form-data should not be validated on submission.

formnovalidate>



i.e.
E-mail:

Submit

Submit without validation

This attribute specifies where to display the response after submitting the form.

formtarget="_blank|_self|_parent|_top|framename">



i.e.
First name:

Last name:

Submit
Submit to a new window

This attribute is used to reference form-data after the form has been submitted, or to reference the element in a JavaScript.

name="name">



i.e.
Choose your favorite subject:
HTML
CSS

This attribute specifies the type of button.

type="button|submit|reset">



i.e.
First name:

Last name:

Submit
Reset

This attribute specifies the initial value for a in a .



i.e.
Choose your favorite subject:
HTML
CSS

This tag is used to draw graphics, on the fly, via scripting (usually JavaScript).



i.e.

This tag defines a table caption.



i.e.
Monthly savings

Month
Savings


January
$100

This tag defines the title of a work (e.g. a book, a song, a movie, a TV show, a painting, a sculpture, etc.).



i.e.


The Scream by Edward Munch. Painted in 1893.

This tag is a phrase tag. It defines a piece of computer code.



i.e. A piece of computer code

This tag specifies column properties for each column within a element.



i.e.





ISBN
Title
Price


3476896
My first HTML
$53

This tag specifies a group of one or more columns in a table for formatting.



i.e.





ISBN
Title
Price


3476896
My first HTML
$53

This tag specifies a list of pre-defined options for an element. Also, is used to provide an "autocomplete" feature on elements.




i.e.





This tag is used to describe a term/name in a description list.



i.e.


Coffee
Black hot drink
Milk
White cold drink

This tag defines text that has been deleted from a document.



i.e.


My favorite color is blue red!

This tag specifies additional details that the user can view or hide on demand.



i.e.
Copyright 1999-2014.


- by Refsnes Data. All Rights Reserved.


All content and graphics on this web site are the property of the company Refsnes Data.


This attribute specifies that the details should be visible (open) to the user.

open>



i.e.
Copyright 1999-2014.


- by Refsnes Data. All Rights Reserved.


All content and graphics on this web site are the property of the company Refsnes Data.


This tag represents the defining instance of a term in HTML.



i.e.


HTML is the standard markup language for creating web pages.


This tag defines a dialog box or window.



i.e.

January This is an open dialog window
February
March


31
28
31

This tag defines a division or a section in an HTML document.



i.e.


This is a heading

This is a paragraph.


This tag defines a description list.



i.e.


Coffee
Black hot drink
Milk
White cold drink

This tag defines a term/name in a description list.



i.e.


Coffee
Black hot drink
Milk
White cold drink

This tag is a phrase tag. It renders as emphasized text.



i.e. Emphasized text

This tag defines a container for an external application or interactive content (a plug-in).



i.e.


This attribute specifies the height of the embedded content, in pixels.

height="pixels">



i.e.


This attribute specifies the address of the external file to embed.

src="URL">



i.e.

This attribute specifies the Internet media type (formerly known as MIME type) of the embedded content.

type="media_type">



i.e.

This attribute specifies the width of the embedded content, in pixels.

width="pixels">



This tag is used to group related elements in a form.



i.e.

Personalia:
Name:

Email:

Date of birth:

This attribute specifies that a group of related form elements (a fieldset) should be disabled.

disabled>


i.e.


Personalia:
Name:

Email:

Date of birth:

This attribute specifies one or more forms the fieldset belongs to.

form="form_id">



What is your favorite color?




Name:

Email:

This attribute specifies a name for a fieldset.

name="text">


i.e.


Name:

Email:

This tag defines a caption for a element.



i.e.

Fig1. - A view of the pulpit rock in Norway.

This tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.



i.e.

This tag defines a footer for a document or section.



i.e.


Posted by: Hege Refsnes


Contact information:
someone@example.com.



A element typically contains:

* authorship information
* copyright information
* contact information
* sitemap
* back to top links
* related documents

This tag is used to create an HTML form for user input.



i.e.
First name:

Last name:


This attribute specifies the character encodings that are to be used for the form submission.

accept-charset="character_set">


i.e.
First name:

Last name:


This attribute specifies where to send the form-data when a form is submitted.

action="URL">


i.e.
First name:

Last name:


This attribute specifies whether a form should have autocomplete on or off.

autocomplete="on|off">


i.e.
First name:

E-mail:


This attribute specifies how the form-data should be encoded when submitting it to the server.

enctype="value">


i.e. method="post" enctype="multipart/form-data">
First name:

Last name:


This attribute specifies how to send form-data (the form-data is sent to the page specified in the action attribute).

method="get|post">


i.e.
First name:

Last name:


This attribute specifies the name of a form.

name="text">


i.e.
First name:

Last name:


This specifies that the form-data (input) should not be validated when submitted.

novalidate>


i.e.
E-mail:

This attribute specifies a name or a keyword that indicates where to display the response that is received after submitting the form.

target="_blank|_self|_parent|_top|framename">


i.e.
First name:

Last name:


These tags are used to define HTML headings.

to


i.e.

This is heading 1
This is heading 2
This is heading 3

etc....

This element is a container for all the head elements.


The content of the document......

This element represents a container for introductory content or a set of navigational links.



i.e.



Most important heading here
Less important heading here


Some additional information here



Lorem Ipsum dolor set amet....



A element typically contains:

* one or more heading elements ( - )
* logo or icon
* authorship information

This tag defines a thematic break in an HTML page (e.g. a shift of topic).



i.e. HTML


HTML is a language for describing web pages.....



CSS

CSS defines how to display HTML elements.....

This tag tells the browser that this is an HTML document.


The content of the document......

This tag defines a part of text in an alternate voice or mood.



i.e.


He named his car The lightning, because it was very fast.

This tag specifies an inline frame.



i.e.

This attribute specifies the height of an , in pixels.

height="pixels">



i.e.

This attribute specifies a name for the .

name="name">



i.e.

W3Schools.com

This attribute enables an extra set of restrictions for the content in the iframe.

sandbox="value">



i.e.



When the sandbox attribute is present, and it will:

* treat the content as being from a unique origin
* block form submission
* block script execution
* disable APIs
* prevent links from targeting other browsing contexts
* prevent content from using plugins (through , , , or other)
* prevent the content to navigate its top-level browsing context
* block automatically triggered features (such as automatically playing a video or automatically focusing a form control)

This attribute specifies that the should look like it is a part of the containing document (no borders or scrollbars).

seamless>



i.e.

This attribute specifies the address of the document to embed in the .

src="URL">



i.e.

This attribute specifies the HTML content of the page to show in the inline frame.

srcdoc="HTML_code">



i.e.

This attribute specifies the width of an , in pixels.

width="pixels">



i.e.


This tag defines an image in an HTML page.



i.e.

This attribute specifies an alternate text for an image, if the image cannot be displayed.

alt="text">



i.e.

This attribute specifies the height of an image, in pixels.

height="pixels">



i.e.



This attribute specifies that the image is part of a server-side image-map (an image-map is an image with clickable areas).

ismap>



i.e.

This attribute specifies the URL of the image.

src="URL">



i.e.

This attribute specifies an image as a client-side image-map (an image-map is an image with clickable areas).

usemap="#mapname">



i.e.




This attribute specifies the width of an image, in pixels.

width="pixels">



i.e.



This tag specifies an input field where the user can enter data.



i.e.
First name:

Last name:


This attribute specifies the types of files that the server accepts (that can be submitted through a file upload).

accept="file_extension|audio/*|video/*|image/*|media_type">



i.e.



This attribute provides an alternate text for the user, if he/she for some reason cannot view the image (because of slow connection, an error in the src attribute, or if the user uses a screen reader).

alt="text">



i.e.


First name:


This attribute specifies whether or not an input field should have autocomplete enabled.

autocomplete="on|off">



i.e.
First name:

Last name:

E-mail:


This attribute specifies that an element should automatically get focus when the page loads.

autofocus>



i.e.
First name:

Last name:


This attribute specifies that an element should be pre-selected (checked) when the page loads.

checked>



i.e.
I have a bike

I have a car


This attribute specifies that the element should be disabled.

disabled>



i.e.
First name:

Last name:


This attribute specifies one or more forms the element belongs to.

form="form_id">



i.e.
First name:



Last name:

This attribute specifies the URL of the file that will process the input control when the form is submitted.

formaction="URL">



i.e.
First name:

Last name:




This attribute specifies how the form-data should be encoded when submitting it to the server (only for forms with method="post")

formenctype="value">



i.e.
First name:



This attribute defines the HTTP method for sending form-data to the action URL.

formmethod="get|post">



i.e.
First name:

Last name:



This attribute specifies that the element should not be validated when submitted.

formnovalidate="formnovalidate">



i.e.
E-mail:




This attribute specifies a name or a keyword that indicates where to display the response that is received after submitting the form.

formtarget="_blank|_self|_parent|_top|framename">



i.e.
First name:

Last name:



This attribute specifies the height of the element.

height="pixels">



i.e.
First name:

Last name:


This attribute refers to a element that contains pre-defined options for an element.

list="datalist_id">



i.e.






This attribute specifies the maximum value for an element.

max="number|date">



i.e.
Enter a date before 1980-01-01:

Enter a date after 2000-01-01:

Quantity (between 1 and 5):


This attribute specifies the maximum number of characters allowed in the element.

maxlength="number">



i.e.


Username:


This attribute specifies the minimum value for an element.

min="number|date">



i.e.
Enter a date before 1980-01-01:

Enter a date after 2000-01-01:

Quantity (between 1 and 5):


This attribute specifies that the user is allowed to enter more than one value in the element.

multiple>



i.e.


Select images:

This attribute specifies the name of an element.

name="text">



i.e.


Name:

Email:


This attribute specifies a regular expression that the element's value is checked against.

pattern="regexp">



i.e.
Country code: pattern="[A-Za-z]{3}" title="Three letter country code">

This attribute specifies a short hint that describes the expected value of an input field (e.g. a sample value or a short description of the expected format).

placeholder="text">



i.e.





This attribute specifies that an input field is read-only.

readonly>



i.e.
Country:


This attribute specifies that an input field must be filled out before submitting the form.

required>



i.e.


Username:

This attribute specifies the visible width, in characters, of an element.

size="number">



i.e.
Email:

PIN:


This attribute specifies the URL of the image to use as a submit button.

src="URL">



i.e.
First name:


This attribute specifies the legal number intervals for an element.

step="number">



i.e.




This attribute specifies the type of element to display.

type="value">



i.e.


Username:


This attribute specifies the value of an element.

value="text">



i.e.
First name:

Last name:


This attribute is used only with .

width="pixels">



i.e.
First name:

Last name:


This tag defines a text that has been inserted into a document.



i.e.


My favorite color is blue red!

This tag is a phrase tag. It defines keyboard input.



Keyboard input

This tag specifies a key-pair generator field used for forms.



i.e.
Username:
Encryption:

This attribute specifies that the element should automatically get focus when the page loads.

autofocus>



i.e.
Username:
Encryption:

This attribute specifies that a element should be disabled. A disabled field is unusable and un-editable.

disabled>



i.e.
Username:
Encryption:

This attribute specifies that the value of the element should be challenged when submitted

challenge>

This attribute specifies one or more forms the element belongs to.

form="form_id">



i.e.
Username:


Encryption:

This attribute specifies a key type to be used.

keytype="rsa|dsa|ec">



i.e.
Username:
Encryption: