Breaking News
Loading...
Tuesday 19 January 2016

Learn: HTML5 Complete Course Class 5 (Blockquotes & Abbreviations) With Usama Rehman

8:16:00 pm
 

I hope that what we learn in Previous classes you understand completely. Because we need them a lot in our coding.
We Learn about the following
  1. Headings
  2. Paragraphs
  3. Line Breaking
  4. Text Styles
  5. Unordered List
  6. Ordered List
Now we learn about BlockQuotes and Abbreviation Tags in HTML5.
So First we learn about blockquotes, you know that the code that I show in my content are different from other text in my content. It is because I use blockquotes.
I don't think now you need any example, Code in here.

<h3> Blockquotes & Abbreviations in HTML5 </h3>
<blockquote>This is the blockquotes section in HTML5.These section use to define quotes in a content.</blockquote>
So we learn about Blockquotes Now time to now about Abbreviations in HTML.
As you now about abbreviations some letters to define a Whole word.

Example

Abbreviations

Since we know the meaning of abbreviations that Some letters to represent a word.As HTML used to Represent Hyper Text Markup Language.
There we use HTML to identifity Abbr tag use in HTML
As we Hover the Abbreviation Letters it show our result.

Code in Here
            <h3>Abbreviations</h3>
            <blockquote>Since we know the meaning of abbreviations that Some letters to represent a word.As HTML used to Represent Hyper Text Markup Language.</blockquote>
      <p>There we use <abbr title="Hyper Text Markup Language"> HTML</abbr> to identifity Abbr tag use in HTML</p>
      <p>As we Hower the Abbreviation Letters it show our result.</p>
Summery of Our Today's Class is Here

<! DOCTYPE html>
    <html>
        <head>
            <title>HTML5 Class 5 |Tutting City</title>
            <meta charset=utf-8 />
        </head>
        <body>
            <h3>Blockquotes & Abbreviations in HTML5</h3>
            <blockquote>This is the blockquotes section in HTML5.These section use to define quotes in a content.</blockquote>
            <h3>Abbreviations</h3>
            <blockquote>Since we know the meaning of abbreviations that Some letters to represent a word.As HTML used to Represent Hyper Text Markup Language.</blockquote>
      <p>There we use <abbr title="Hyper Text Markup Language"> HTML</abbr> to identifity Abbr tag use in HTML</p>
      <p>As we Hover the Abbreviation Letters it show our result.</p>
        </body>
        </head>
    </html>
Now just watch video to learn more closely.....

[tab] [content title="YouTube" icon="fa-youtube"] [/content] [/tab]
portrait

About Admin:

Usama Rehman, A Fiften Year Old Creative Article Writer, Web Designer, Web Developer, Photoshop Experienced person.He Love to Complete Complicated Tasks, Gaming, Getting Information About IT and Spending Most of His Time on Compter to Search something new or Create something New.He Like to help Peoples who Need Help.Remember Him in Your Prayers

0 comments:

Post a Comment

 
Toggle Footer