HTML Tutorial for beginers part -2

HTML Quotation

<blockquote>

using <blockquote> we can quote whole block or section.

HTML Quotations

<q>

<q> tag defines a short quotation

ex-

html tutorial - Short Quotation <q> Tag in HTML- html5 - html code - html  form - In 30Sec by Microsoft Award MVP - | wikitechy

<abbr>

<abbr> tag defines an abbreviation 

the new code – HTML Elements

<bdo>

<bdo> tag is used to change the current text direction

ex- <bdo dir=”rtl”> Welcome to Wickitechy<bdo>

html tutorial - Bi-directional override <bdo>-tag in HTML - html5 - html  code - html form - In 30Sec by Microsoft Award MVP - | wikitechy

HTML comments

HTML comments are not displayed in the browser, but they are used in HTML source code for underundesting code in future.

How to Comment in HTML (with Pictures) - wikiHow

HTML CSS

CSS stands for Cascading Style Sheets

CSS is used for styling the html page . we can control the color, font, the size of text by using css.

CSS are of three types:-

  1. Inline – used in the style attribute inside HTML elements

2. Internal – used in a <style> element in the <head> section

3. External – used in  <link> element to link to an external CSS file

INLINE CSS

Inline css is inmplemented in single element under the opening tag by style attribute

CSS – Inline CSS in Hindi | Hindi tutorials point

INTERNAL CSS

INTERNAL CSS is used in head tag in style tag

Internal CSS using jquery - Stack Overflow

EXTERNAL CSS

External css is written in a separate .css file and then include that file in your HTML document using HTML <link> tag.

CSS Website Design Tutorial - External Style Sheets - YouTube