Search the Whole World Here.,.,

HTML <q></q> for Short Quotations

HTML for Short Quotations

HTML for Short Quotations

The HTML  element defines a short quotation.
Browsers usually insert quotation marks around the
element.

Example

<p>WWF's goal is to: <q>Build a future where people live in harmony with nature.</q></p>
Try it Yourself »

HTML Quotation and Citation Elements

HTML Quotation and Citation Elements

Quotation

Here is a quote from WWF's website:
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.
Try it Yourself »

HTML Text Formatting Elements

HTML Text Formatting Elements

HTML Text Formatting Elements

TagDescription
Defines bold text
Defines emphasized text 
Defines italic text
Defines smaller text
Defines important text
Defines subscripted text
Defines superscripted text
Defines inserted text
Defines deleted text
Defines marked/highlighted text
HTML Fonts

HTML Fonts

HTML Fonts

The font-family property defines the font to be used for an HTML element:

Example

<h1 style="font-family:verdana;">This is a heading</h1>
<p style="font-family:courier;">This is a paragraph.</p>
Try it Yourself »

HTML Line Breaks

HTML Line Breaks

HTML Line Breaks

The HTML 
 element defines a line break.
Use
if you want a line break (a new line) without starting a new paragraph:

Example

<p>This is<br>a paragraph<br>with line breaks.</p>
Try it Yourself »
The
tag is an empty tag, which means that it has no end tag.

Ads by Google