HTML kompjuteri

Embed Size (px)

Citation preview

  • 7/30/2019 HTML kompjuteri

    1/16

    ALL HTML TAGS

    Tag Description

    Defines a comment

    This is a paragraph.

    Defines the document type

    Title of the documentThe content of the document......

    Defines a hyperlink

    Visit W3Schools.com!

    Defines an abbreviation

    The WHO was founded in 1948.

    Not supported in HTML5. Defines an acronym

    Can I get this ASAP?

    Defines contact information for the author/owner of a document

    Written by Jon Doe.

    Visit us at:
    Example.com
    Box 564, Disneyland
    USA

    Not supported in HTML5. Deprecated in HTML 4.01. Defines an embeddedapplet

    Java applet that draws animated bubbles.

    Defines an area inside an image-map

    Defines an article

    Internet Explorer 9

  • 7/30/2019 HTML kompjuteri

    2/16

    Windows Internet Explorer 9 (abbreviated as IE9) was released tothe public on March 14, 2011 at 21:00 PDT.....

    Defines content aside from the page content

    My family and I visited The Epcot center this summer.

    Epcot Center

    The Epcot Center is a theme park in Disney World, Florida.

    Defines sound content

    Your browser does not support the audio tag.

    Defines bold text

    This is normal text - and this is bold text.

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

    W3Schools

    Not supported in HTML5. Deprecated in HTML 4.01. Specifies a defaultcolor, size, and font for all text in a document

    This is a heading

    This is a paragraph.

    Isolates a part of text that might be formatted in a different direction from othetext outside it

    User hrefs: 60 pointsUser jdoe: 80 points

    User : 90 points

    Overrides the current text direction

    This text will go right-to-left.

    Not supported in HTML5. Defines big text

    Bigger text

    Defines a section that is quoted from another source

  • 7/30/2019 HTML kompjuteri

    3/16

    For 50 years, WWF has been protecting the future of nature. The worlds leading conservatioorganization, WWF works in 100 countries and is supported by 1.2 million members in theUnited States and close to 5 million globally.

    Defines the document's body

    Title of the documentThe content of the document......


    Defines a single line break

    This text contains
    a line break

    Defines a clickable button

    Click Me!

    Used to draw graphics, on the fly, via scripting (usually JavaScript)

    var canvas=document.getElementById('myCanvas');var ctx=canvas.getContext('2d');ctx.fillStyle='#FF0000';ctx.fillRect(0,0,80,100);

    Defines a table caption

    Monthly savingsMonthSavings

    January$100

    Not supported in HTML5. Deprecated in HTML 4.01. Defines centered text

    This text will be center-aligned.

    Defines the title of a work

    The Scream by Edward Munch. Painted in 1893.

    Defines a piece of computer code

    Emphasized textStrong textDefinition termA piece of computer codeSample output from a computer programKeyboard input

  • 7/30/2019 HTML kompjuteri

    4/16

    Variable

    Specifies column properties for each column within a element

    ISBNTitlePrice

    3476896My first HTML$53

    Specifies a group of one or more columns in a table for formatting

    ISBNTitlePrice

    3476896My first HTML$53

    Defines a command button that a user can invoke

    Save

    Specifies a list of pre-defined options for input controls

    Defines a description of an item in a definition list

    CoffeeBlack hot drink

    MilkWhite cold drink

  • 7/30/2019 HTML kompjuteri

    5/16

    Defines text that has been deleted from a document

    My favorite color is blue red!

    Defines additional details that the user can view or hide

    Copyright 1999-2011.

    - by Refsnes Data. All Rights Reserved.

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

    Defines a definition term

    Emphasized textStrong textDefinition termA piece of computer codeSample output from a computer programKeyboard inputVariable

    Not supported in HTML5. Deprecated in HTML 4.01. Defines a directory list

    htmlxhtmlcss

    Defines a section in a document

    This is a heading

    This is a paragraph.

    Defines a definition list

    CoffeeBlack hot drink

    MilkWhite cold drink

    Defines a term (an item) in a definition list

    CoffeeBlack hot drink

    MilkWhite cold drink

    Defines emphasized text

    Emphasized textStrong textDefinition termA piece of computer codeSample output from a computer program

  • 7/30/2019 HTML kompjuteri

    6/16

    Keyboard inputVariable

    Defines a container for an external (non-HTML) application

    Groups related elements in a form

    Personalia:Name:
    Email:
    Date of birth:

    Defines a caption for a element

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

    Specifies self-contained content

    Not supported in HTML5. Deprecated in HTML 4.01. Defines font, color, andsize for text

    This is some text!This is some text!

    This is some text!

    Defines a footer for a document or section

    Posted by: Hege Refsnes

    Defines an HTML form for user input

    First name:
    Last name:

    Not supported in HTML5. Defines a window (a frame) in a frameset

    Not supported in HTML5. Defines a set of frames

  • 7/30/2019 HTML kompjuteri

    7/16

    to Defines HTML headings

    This is heading 1This is heading 2

    This is heading 3This is heading 4This is heading 5This is heading 6

    Defines information about the document

    Title of the documentThe content of the document......

    Defines a header for a document or section

    Internet Explorer 9

    Windows Internet Explorer 9 (abbreviated as IE9) was released tothe public on March 14, 2011 at 21:00 PDT.....

    Groups heading ( to ) elements

    Welcome to my WWFFor a living planet

    The rest of the content...

    Defines a thematic change in the content

    HTML

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

    CSS

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

    Defines the root of an HTML document

    Title of the documentThe content of the document......

  • 7/30/2019 HTML kompjuteri

    8/16

    Defines a part of text in an alternate voice or mood

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

    Defines an inline frame

    Defines an image

    Defines an input control

    First name:
    Last name:

    Defines a text that has been inserted into a document

    My favorite color is blue red!

    Defines keyboard input

    Emphasized textStrong textDefinition termA piece of computer codeSample output from a computer programKeyboard inputVariable

    Defines a key-pair generator field (for forms)

    Username:

    Encryption:

    Defines a label for an element

    Male
    Female

    Defines a caption for a , < figure>, or element

    Personalia:Name:
    Email:
    Date of birth:

    Defines a list item

  • 7/30/2019 HTML kompjuteri

    9/16

    CoffeeTeaMilk

    CoffeeTeaMilk

    Defines the relationship between a document and an external resource (most

    used to link to style sheets)

    Defines a client-side image-map

    Defines marked/highlighted text

    Do not forget to buy milk today.

    Defines a list/menu of commands

    New...Open...SaveCutCopyPaste

    Defines metadata about an HTML document

    Defines a scalar measurement within a known range (a gauge)

    2 out of 10
    60%

  • 7/30/2019 HTML kompjuteri

    10/16

    Defines navigation links

    HTML |CSS |JavaScript |jQuery

    Not supported in HTML5. Defines an alternate content for users that do not

    support frames

    Sorry, your browser does not handle frames!

    Defines an alternate content for users that do not support client-side scripts

    document.write("Hello World!")Your browser does not support JavaScript!

    Defines an embedded object

    Defines an ordered list

    CoffeeTea

    Milk

    CoffeeTeaMilk

    Defines a group of related options in a drop-down list

    VolvoSaab

    MercedesAudi

    Defines an option in a drop-down list

    VolvoSaabOpel

  • 7/30/2019 HTML kompjuteri

    11/16

    Audi

    Defines the result of a calculation0

    100+=

    Defines a paragraph

    This is some text in a paragraph.

    Defines a parameter for an object

    Defines preformatted text

    Text in a pre elementis displayed in a fixed-widthfont, and it preservesboth spaces andline breaks

    Represents the progress of a task

    Defines a short quotation

    WWF's goal is to:Build a future where people live in harmony with nature.

    We hope they succeed.

    Defines what to show in browsers that do not support ruby annotations

    ()

    Defines an explanation/pronunciation of characters (for East Asian typograph

    Defines a ruby annotation (for East Asian typography)

    Defines text that is no longer correct

    My car is blue.

    My new car is silver.

    Defines sample output from a computer program

    Emphasized text

  • 7/30/2019 HTML kompjuteri

    12/16

    Strong textDefinition termA piece of computer codeSample output from a computer programKeyboard inputVariable

    Defines a client-side scriptdocument.write("Hello World!")

    Defines a section in a document

    WWF

    The World Wide Fund for Nature (WWF) is....

    Defines a drop-down list

    VolvoSaab

    MercedesAudi

    Defines smaller text

    W3Schools.com - the world's largest web development site.

    Copyright 1999-2050 by Refsnes Data

    Defines multiple media resources for media elements ( and )

    Your browser does not support the audio element.

    Defines a section in a document

    My mother has blue eyes.

    Not supported in HTML5. Deprecated in HTML 4.01. Defines strikethroughtext

    Version 2.0 is not yet available! now available!

    Defines important text

    Emphasized textStrong textDefinition termA piece of computer codeSample output from a computer programKeyboard inputVariable

    Defines style information for a document

  • 7/30/2019 HTML kompjuteri

    13/16

    h1 {color:red;}p {color:blue;}A heading

    A paragraph.

    Defines subscripted text

    This text contains subscript text.

    This text contains superscript text.

    Defines a visible heading for a element

    Copyright 1999-2011.

    - by Refsnes Data. All Rights Reserved.

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

    Defines superscripted text

    This text contains subscript text.

    This text contains superscript text.

    Defines a table

    MonthSavings

    January

    $100

    Groups the body content in a table

    MonthSavings

    Sum$180

    January$100

    February

  • 7/30/2019 HTML kompjuteri

    14/16

    $80

    Defines a cell in a table

    Cell A

    Cell B

    Defines a multiline input control (text area)

    At W3Schools you will find all the Web-building tutorials you need, from basic HTML toadvanced XML, SQL, ASP, and PHP.

    Groups the footer content in a table

    table border="1">

    MonthSavings

    Sum$180

    January$100

    February$80

    Defines a header cell in a table

    MonthSavings

    January$100

    Groups the header content in a table

  • 7/30/2019 HTML kompjuteri

    15/16

    MonthSavings

    Sum$180

    January$100

    February$80

    Defines a date/time

    We open at 10:00 every morning.

    I have a date on Valentines day.

    Defines a title for the document

    HTML ReferenceThe content of the document......

    Defines a row in a table

    MonthSavings

    January$100

    Defines text tracks for media elements ( and )

    Not supported in HTML5. Defines teletype text

  • 7/30/2019 HTML kompjuteri

    16/16

    Teletype text

    Defines text that should be stylistically different from normal text

    This is a parragraph.

    Defines an unordered list

    CoffeeTea

    Milk

    Defines a variable

    Emphasized textStrong textDefinition termA piece of computer codeSample output from a computer programKeyboard inputVariable

    Defines a video or movie

    Your browser does not support the video tag.

    Defines a possible line-break

    To learn AJAX, you must be familiar with the XMLHttpRequest Object.