Tuesday, September 22, 2015

HTML5 Tutorial For Beginners 6 # HTML Quotation and Computer Code Elem...

1:37 PM









<!DOCTYPE HTML>
<html>
<head>
<title>My HTML</title>
<meta name="description" content="HTML5 Tutorial For Beginners . Basic Structure of HTML Page.">
<meta name="keywords" content="HTML, Htmal5, Tutorials, CSS, XML, XHTML, JavaScript">
<meta name="auther" content="Auther name">
<meta name="robot" content="index,follow">

</head>
<body>

<p>Within the paragraph <q>a short inline quotation.</q></p>


<p>The website quotation:</p>
<blockquote cite="http://www.example.com/index.html">
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et
dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et
ea rebum. Stet clita kasd gubergren, no sea takimata .
</blockquote>

<p>The <abbr title="Hypertext Markup Language">HTML</abbr> .</p>

<address>
Written by Name :<br>
4958 Mill Road <br>
Joliet, IL 60435 <br>
</address> 

<p>More information can be found in <cite>[ISO-0000]</cite>.</p>


<p>This text will go left to right.</p>
<p><bdo dir="rtl">This text will go right to left.</bdo></p>


<p>Regular text.
<pre>
<code>
/* Hello World program */

#include<stdio.h>

main()
{
printf("Hello World");

}
</code>
</pre>
Regular text.</p>

<p>Save the document by pressing <kbd>Ctrl</kbd> + <kbd>S</kbd></p>

<p> A simple equation: <var>x</var> = <var>y</var> + 2 </p>
<p>Regular text. <samp>This is sample text.</samp> Regular text.</p>
</body>
</html>




OUTPUT:



Within the paragraph a short inline quotation.

The website quotation:

Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et
dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et
ea rebum. Stet clita kasd gubergren, no sea takimata .
The HTML .

Written by Name :

4958 Mill Road

Joliet, IL 60435

 



More information can be found in [ISO-0000].

This text will go left to right.

This text will go right to left.

Regular text.



/* Hello World program */

#include

main()
{
printf("Hello World");

}

Regular text.

Save the document by pressing Ctrl + S

A simple equation: x = y + 2

Regular text. This is sample text. Regular text.



































CODE - Computer Code

HTML blockquote tag

HTML5 Quotation Marks in HTML

HTML5 bdo Element or HTML bidirectional override element

HTML5 Abbreviation element abbr

HTML5 Citation Element cite

short inline quotation bdo elementabbr

HTML5 acronym tag

HTML5 address tag

HTML5 bdo tag

HTML5 blockquote tag

HTML5 cite tag

HTML5 q tag

HTML5 code tag

HTML5 ins tag

HTML5 del tag

HTML5 dfn tag

HTML5 kbd tag

HTML5 pre tag

HTML5 samp tag

HTML5 var tag

HTML5 br tag

Written by

We are one of the initiators of the development of information technology in understanding the need for a solution that is familiar and close to us.

0 comments:

Post a Comment

 

© 2013 Klick Dev. All rights resevered.

Back To Top