<!DOCTYPE html>
<html>
<head>
<title>HTML Typography</title>
<meta name="revised" content="Tutorialspoint, 3/7/2014" />
<meta http-equiv="refresh" content="5; url=http://www.google.com" />
</head>
<body>
<h1>Heading Tag</h1>
<h2>Heading h2 Tag</h2>
<h3>Heading h3 Tag</h3>
<h4>Heading h4 Tag</h4>
<h5>Heading h5 Tag</h5>
<h6>Heading h6 Tag</h6>
<label>Label</label>
<br/>
<strong>Strong Formated Text</strong>
<br/>
<b>Bold Text</b>
<br/>
<i>Italic Text</i>
<br/>
<b><i>Bold Italic Text</i></b>
<strike>Striked Text</strike>
<p>Paragraph Text</p>
<p>i am 10<sup>th</sup> Class student</p>
<p>Formula <i>x</i><sub>2</sub></p>
<u>Under lined text</u>
<p>The text is in the <em>emphasized </em></p>
<p>The name of the book is <mark>marked</mark> with yellow</p>
<p><abbr title="Hyper Text Mark Up Language">HTML</abbr>.</p>
<p><acronym title="Hyper Text Mark Up Language">HTML</acronym>.</p>
<p>This text will go left to right.</p>
<p><bdo dir="rtl">This text will go right to left.</bdo></p>
<p>This word is <dfn>special</dfn> term.</p>
<q>Something is better than <dfn>nothing</dfn>.</q>
<pre>
<code>for(i=0; i<10; i++){
print_f("Hello Mani");
}</code>
</pre>
<p>Program output is <samp>Hello Mani!</samp></p>
Press <kbd>ctrl+w</kbd> to close the window.
</body>
</html>
<html>
<head>
<title>HTML Typography</title>
<meta name="revised" content="Tutorialspoint, 3/7/2014" />
<meta http-equiv="refresh" content="5; url=http://www.google.com" />
</head>
<body>
<h1>Heading Tag</h1>
<h2>Heading h2 Tag</h2>
<h3>Heading h3 Tag</h3>
<h4>Heading h4 Tag</h4>
<h5>Heading h5 Tag</h5>
<h6>Heading h6 Tag</h6>
<label>Label</label>
<br/>
<strong>Strong Formated Text</strong>
<br/>
<b>Bold Text</b>
<br/>
<i>Italic Text</i>
<br/>
<b><i>Bold Italic Text</i></b>
<strike>Striked Text</strike>
<p>Paragraph Text</p>
<p>i am 10<sup>th</sup> Class student</p>
<p>Formula <i>x</i><sub>2</sub></p>
<u>Under lined text</u>
<p>The text is in the <em>emphasized </em></p>
<p>The name of the book is <mark>marked</mark> with yellow</p>
<p><abbr title="Hyper Text Mark Up Language">HTML</abbr>.</p>
<p><acronym title="Hyper Text Mark Up Language">HTML</acronym>.</p>
<p>This text will go left to right.</p>
<p><bdo dir="rtl">This text will go right to left.</bdo></p>
<p>This word is <dfn>special</dfn> term.</p>
<q>Something is better than <dfn>nothing</dfn>.</q>
<pre>
<code>for(i=0; i<10; i++){
print_f("Hello Mani");
}</code>
</pre>
<p>Program output is <samp>Hello Mani!</samp></p>
Press <kbd>ctrl+w</kbd> to close the window.
</body>
</html>
With Demo
Heading Tag
Heading h2 Tag
Heading h3 Tag
Heading h4 Tag
Heading h5 Tag
Heading h6 Tag
Strong Formated Text
Bold Text
Italic Text
Bold Italic Text
Paragraph Text
i am 10th Class student
Formula x2
Under lined text
The text is in the emphasized
The name of the book is marked with yellow
HTML.
HTML.
This text will go left to right.
This text will go right to left.
This word is special term.
Something is better than nothing.
for(i=0; i<10 code="" ello="" i="" mani="" print_f="">
10>
Program output is Hello Mani!Press ctrl+w to close the window.
0 comments:
Post a Comment