­
August 2016 - Yaar No Technology

Search the Whole World Here.,.,

HTML <bdo> for Bi-Directional Override

HTML for Bi-Directional Override

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 <cite> for Work Title

HTML for Work Title

HTML for Work Title The HTML  element defines the title of a work. Browsers usually display elements in italic. Example <p><cite>The...
HTML Text Size

HTML Text Size

HTML Text Size The font-size property defines the text size for an HTML element: Example <h1 style="font-size:300%;">This is...
HTML Tag Reference

HTML Tag Reference

HTML Tag Reference W3Schools' tag reference contains additional information about HTML elements and their attributes. TagDescription Defines a paragraph Inserts...
HTML <address> for Contact Information

HTML
for Contact Information

HTML for Contact Information The HTML   element defines contact information (author/owner) of a document or an article. The element...
HTML <abbr> for Abbreviations

HTML for Abbreviations

HTML for Abbreviations The HTML  element defines an abbreviation or an acronym. Marking abbreviations can give useful information to browsers,...
HTML <blockquote></blockquote> for Quotations

HTML
for Quotations

HTML for Quotations The HTML   element defines a section that is quoted from another source. Browsers usually indent elements. Example <p>Here...
HTML Text Color

HTML Text Color

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...
The Poem Problem

The Poem Problem

The Poem Problem This poem will display as one line: Example <p>  My Bonnie lies over the ocean.  My Bonnie lies over the sea. ...
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...
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,...
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...
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...
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...
HTML <sup> Element

HTML Element

HTML Element The HTML  element defines superscripted text. Example <p>This is <sup>superscripted</sup> text.</p> Try...
HTML <sub> Element

HTML Element

HTML Element The HTML  element defines subscripted text. Example <p>This is <sub>subscripted</sub> text.</p> Try...
HTML <ins> Element

HTML Element

HTML Element The HTML  element defines inserted (added) text. Example <p>My favorite <ins>color</ins> is...
HTML Background Color

HTML Background Color

HTML Background Color The background-color property defines the background color for an HTML element. This example sets the background color...
Don't Forget the End Tag

Don't Forget the End Tag

Don't Forget the End Tag Most browsers will display HTML correctly even if you forget the end tag: Example <p>This is a paragraph.<p>This...
HTML <del> Element

HTML Element

HTML Element The HTML  element defines deleted (removed) text. Example <p>My favorite color is <del>blue</del> red.</p> Try...
HTML <mark> Element

HTML Element

HTML Element The HTML  element defines marked or highlighted text: Example <h2>HTML <mark>Marked</mark> Formatting</h2> Try...
HTML <small> Element

HTML Element

HTML Element The HTML  element defines smaller text: Example <h2>HTML <small>Small</small> Formatting</h2> Try...
The HTML Style Attribute

The HTML Style Attribute

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 Display

HTML Display

HTML Display You cannot be sure how HTML will be displayed. Large or small screens, and resized windows will create different results. With HTML,...
HTML Formatting Elements

HTML Formatting Elements

HTML Formatting Elements In the previous chapter, you learned about the HTML style attribute. HTML also defines special elements for...
HTML Text Formatting

HTML Text Formatting

Text Formatting This text is bold This text is italic This is subscript and superscript Try it Yourself » ...
HTML Text Alignment

HTML Text Alignment

HTML Text Alignment The text-align property defines the horizontal text alignment for an HTML element: Example <h1 style="text-align:center;">Centered...
HTML Paragraphs

HTML Paragraphs

HTML Paragraphs The HTML  element defines a paragraph: Example <p>This is a paragraph.</p><p>This is another paragraph.</p> Try...
Single or Double Quotes?

Single or Double Quotes?

Single or Double Quotes? Double quotes around attribute values are the most common in HTML, but single quotes can also be used. In some situations,...
The alt Attribute

The alt Attribute

The alt Attribute The alt attribute specifies an alternative text to be used, when an image cannot be displayed. The value of the attribute...
Size Attributes

Size Attributes

Size Attributes HTML images are defined with the  tag. The filename of the source (src), and the size of the image (width and height)...
The href Attribute

The href Attribute

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...

Ads by Google