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
- Headings
- Paragraphs
- Line Breaking
- Text Styles
- Unordered List
- Ordered List
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>
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>
<! 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>
[tab] [content title="YouTube" icon="fa-youtube"] [/content] [/tab]
0 comments:
Post a Comment