Defines the document type
Code:
<!DOCTYPE HTML> <html> <head> <title>Title</title> </head> <body> The body of the document...... </body> </html>
Defines HTML headings
Code:
Output:
Defines a paragraph
Code:
This is some text in a paragraph.
Output:
This is some text in a paragraph.
Used for scrolling piece of text or image
Code:
Output:
The tag defines sections in a document
Code:
World Wide Fund
The Panda has become the symbol of WWF.
Output:
World Wide Fund
The Panda has become the symbol of WWF.
Defines an acronym
Code:
Can I get this ASAP?
Output:
Can I get this ASAP?
Defines an abbreviation or an acronym
Code:
The WHO was founded in 1948.
Output:
The WHO was founded in 1948.
Defines contact information for the author/owner of a document/article
Code:
Output:
Written by Lakshman Gope Visit us at:Defines bold text
Code:
This is normal text - and this is bold text
Output:
This is normal text - and this is bold text
Defines a section that is quoted from another source
Code:
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
Output:
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
Defines bold text
Code:
Output:
Defines big text
Code:
Output:
Bigger textDefines text that has been deleted from a document
Code:
My favorite color is blue green!
Output:
My favorite color is blue green!
Defines a text that has been inserted into a document.
Code:
My favorite color is blue red!
Output:
My favorite color is blue red!
Defines emphasized text
Code:
Output:
Emphasized textRepresents the defining instance of a term
Code:
HTMLis the standard markup language for creating web pages.
Output:
HTMLis the standard markup language for creating web pages.
Defines a part of text in an alternate voice or mood
Code:
He named his carThe lightning, because it was very fast.
Output:
He named his carThe lightning, because it was very fast.
Code:
HTMLis the standard markup language for creating web pages.
Output:
HTMLis the standard markup language for creating web pages.
Defines an HTML form for user input
Code:
Output:
Defines a multiline input control (text area)
Code:
Output:
Defines a drop-down list
Code:
Output:
Defines a group of related options in a drop-down list
Code:
Output:
Defines a label for an <input> element
Code:
Output:
Groups related elements in a form
Code:
Output:
Defines img text
Code:
Output:
Defines a container for SVG graphics
Code:
Output:
Defines sound content
Code:
Output:
Defines a video or movie
Code:
Output:
For youtube videos
Code:
Output:
Defines the relationship between a document and an external resource (most used to link to style sheets)
Code:
Defines a table
Code:
Name | ID |
---|---|
Name One | 122-65-45 |
Output:
Name | ID |
---|---|
Name One | 122-65-45 |
Defines a section in a document
Code:
This is a paragraph.
Output:
This is a paragraph.
Defines a section in a document
Code:
Someone has blue eyes.
Output:
Someone has blue eyes.
Defines a section in a document
Code:
- by Refsnes Data. All Rights Reserved.
All content and graphics on this web site are the property of the company Refsnes Data.
Output:
- All Rights Reserved.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur, autem.
Defines an unordered list.
Code:
Output:
Defines an ordered list.
Code:
Output:
The tag represents the progress of a task..
Code:
Output:
Downloading :The tag is used to override the current text direction.
Code:
This paragraph will go left-to-right.
This paragraph will go right-to-left.
Output:
This paragraph will go left-to-right.
This paragraph will go right-to-left.
Highlight parts of a text.
Code:
Milk is good for health.
Output:
Milk is good for health.
Mark up a short quotation.
Code:
Here is a quotation taken from the Computer.
Output:
Here is a quotation taken from the Computer.
Defines a client-side script
Code:
Output:
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.