HTML for Bi-Directional Override
The HTML element defines bi-directional override.
The element is used to override the current text direction:
Example
<bdo dir="rtl">This...
HTML Tag Reference
W3Schools' tag reference contains additional information about HTML elements and their attributes.
TagDescription
Defines a paragraph
Inserts...
HTML Text Color
The color property defines the text color for an HTML element:
Example
<h1 style="color:blue;">This is a heading</h1><p style="color:red;">This...
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,...
The HTML Style Attribute
Setting the style of an HTML element, can be done with the style attribute.
The HTML style attribute has the following syntax:
property
:value;">
The property is...
HTML Text Alignment
The text-align property defines the horizontal text alignment for an HTML element:
Example
<h1 style="text-align:center;">Centered...
The href Attribute
HTML links are defined with the tag. The link address is specified in the href attribute:
Example
<a href="http://www.w3schools.com">This...