Web Design Basic Tutorial for Beginner part-005

Web Design Basic Tutorial For Beginner part-005 


Today tutorial- is Heading tag and use, HTML paragraph, Text format, and Font tag and use.





The HTML heading tags are utilized for a document paragraph.




There are a total of six in the heading tags in HTML <h1> </ h1>, <h2> </ h2>,  <h3> </ h3>, <h4> </ h4>, <h5> </ h5> and <h6> </ h6>, the inside of the great size of displaying the <h1> </ h1>, its somewhat smaller size of the heading is <h1> </ h1>, in this way, the sequence Heading 6 Heading to use is. As

Heading this way is to write HTML.



<Html>
<Head>
<Title> Toneysoft </ title>
</ Head>
</ Body>
<H1> This is example of heading1 </ h1>
<H2> This is example of heading1 </ h2>
<H3> This is example of heading1 </ h3>
<H4> This is example of heading1 </ h4>
<H5> This is example of heading1 </ h5>
<H6> This is example of heading1 </ h6>
</ Body>
</ Html>


Spread out a notepad and write the code for the deficiencies from the File menu, click Save as file name to serve an index.html file serves the Open will be displayed like this.


 

Paragraph 




The HTML The most fundamental is the paragraph tag itself! The paragraph tag within the text is published in a different way.  Examples will be afforded, including details about the paragraph tag here.  Any documents that are composed by one or more paragraph.  For the creation of this paragraph <p> or paragraph tag is applied. For example <p> this is my Tutorial is a paragraph </ p>.  Each paragraph is displayed in the browser when the line breaks after each paragraph is reached.  If you demand to break the line of the paragraph if you ever <br /> At the end of the line is used.



<html>
<head>
<title> www.toneysoft09.com</title
</head>
<body>
<p>This is a paragraph.</p> <p>
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
</p>
<p>
This is a paragraph.<br />
This is a paragraph.<br />
This is a paragraph.<br />
This is a paragraph.<br />
</p>
</body>
</html>

Spread out a notepad and write the code for the deficiencies from the File menu, click Save as file name to serve an index.html file serves the Open will be displayed like this.
Frank Dog



Text Formattings:




We find out that the text on the website of the small, large, Bold, Italic, Underline,

strikethrough, Subscript, Superscript.  Here we will discuss the most easygoing of the text formatting.
Microsoft Word at the " Bold " 'Underline' 'Italic'
strikethrough, Subscript, Superscript, etc. Are used for text formatting.  A nice way to document formatting of text in the presentation of the much-needed role in the event. The formatting of text in the HTML <b>, <i>,
<U>, <strike>, <sub>, <sup>, <big>,<small>,
<Strong>, <samp>, <tt>, <abbr>, <var>, <code>, etc tags.



<html>
<head>
<title>toneysoft</
title> </head>
<body>
<p>
<b> (Bold)</b> This is an example of bold. <br />
<i>(Italic)</i> This is an example of Italic. <br />
<u> (Underline) </u> This is an example of Underline. <br />
<strike>(Strike) </strike> This is an example of Strike. <br />
(CO<sub>2</sub>) This is an example of Subscript. <br />
(E=MC<sup>2</sup>) This is an example of Superscript. <br />
<big>(Big text)</big>This is an example of Big. <br />
<small>(Small text)</small>This is an example of Small. <br />
<strong>(Strong text)</strong>This is an example of Strong. <br />
<samp>(Sample text) </samp>This is an example of Sample. <br />
<tt>(Teletype)</tt>This is an example of Teletype. <br />
(<abbr> U.N.O</abbr> United Nations Organization.) This is an
example of Abbreviation. <br />
(<var>x</var> is a variable.)This is an example of Variable <br />
(<code>Computer code text.</code>) This is an example of Code.
<br />
</p>
</body>
</html>

Spread out a notepad and write the code for the deficiencies from the File menu, click Save as file name to serve an index.html file serves the Open will be displayed like this.



Thank You. Like and share, I Hope every Reader Share and Like, Any Question for Comment's  

Technology