Saturday, July 25, 2015

3. HTML Basic Tags

 HTML Tutorial

 Heading Tags

Any document starts with a heading. You can use different sizes for your headings. HTML also has six levels of headings, which use the elements

,

,

,

,

, and
. . While displaying any heading, browser adds one line before and one line after that heading.

Example </span><span class="pln">Heading Example</span><span class="tag">


This is heading 1

This is heading 2

This is heading 3

This is heading 4
This is heading 5
This is heading 6 This will produce following result:
HTML Heading Tags

Paragraph Tag

The tag offers a way to structure your text into different paragraphs. Each paragraph of text should go in between an opening and a closing
tag as shown below in the example:

Example




</span><span class="pln">Paragraph Example</span><span class="tag">
Here is a first paragraph of text. Here is a second paragraph of text. Here is a third paragraph of text. This will produce following result:
Here is a first paragraph of text.
Here is a second paragraph of text.
Here is a third paragraph of text.

Line Break Tag

Whenever you use the
element, anything following it starts from the next line. This tag is an example of an empty element, where you do not need opening and closing tags, as there is nothing to go in between them.
The
tag has a space between the characters br and the forward slash. If you omit this space, older browsers will have trouble rendering the line break, while if you miss the forward slash character and just use
it is not valid in XHTML

Example




</span><span class="pln">Line Break  Example</span><span class="tag">
Hello
/> You delivered your assignment ontime.
/> Thanks
/> Mahnaz
This will produce following result:
Hello
You delivered your assignment ontime.
Thanks
Mahnaz

Centering Content

You can use
tag to put any content in the center of the page or any table cell.

Example




</span><span class="pln">Centring Content Example</span><span class="tag">
This text is not in the center.
This text is in the center. This will produce following result:
This text is not in the center.
This text is in the center.

Horizontal Lines

Horizontal lines are used to visually break up sections of a document. The

tag creates a line from the current position in the document to the right margin and breaks the line accordingly.
For example you may want to give a line between two paragraphs as in the given example below:

Example




</span><span class="pln">Horizontal Line Example</span><span class="tag">
This is paragraph one and should be on top

/> This is paragraph two and should be at bottom This will produce following result:
This is paragraph one and should be on top

This is paragraph two and should be at bottom
Again

tag is an example of the empty element, where you do not need opening and closing tags, as there is nothing to go in between them.
The

element has a space between the characters hr and the forward slash. If you omit this space, older browsers will have trouble rendering the horizontak line, while if you miss the forward slash character and just use

it is not valid in XHTML

Preserve Formatting

Sometimes you want your text to follow the exact format of how it is written in the HTML document. In those cases, you can use the preformatted tag
.

Any text between the opening
 tag and the closing 
tag will preserve the formatting of the source document.

Example




</span><span class="pln">Preserve Formatting Example</span><span class="tag">




function testFunction( strText ){
   alert (strText)
}



This will produce following result:
function testFunction( strText ){
   alert (strText)
}
Try using same code without keeping it inside
...
tags

Nonbreaking Spaces

Suppose you want to use the phrase "12 Angry Men." Here you would not want a browser to split the "12, Angry" and "Men" across two lines:
An example of this technique appears in the movie "12 Angry Men."
In cases where you do not want the client browser to break text, you should use a nonbreaking space entity   instead of a normal space. For example, when coding the "12 Angry Men" in a paragraph, you should use something similar to the following code:

Example




</span><span class="pln">Nonbreaking Spaces Example</span><span class="tag">
An example of this technique appears in the movie "12 Angry Men."

0 comments:

Post a Comment

 
Designed by Kakada Akkarak Surakkiat
Technology: របៀប​ដំឡើង Windows 10 នៅ​លើ​កុំព្យូទ័រ!: អ្នកត្រូវដឹងឲ្យ ច្បាស់ពី Windows ដែលអ្នកយក ទៅដំឡើង ដោយសារមាន Windows ខ្លះមានការ crack រួច ឬខ្លះត្រូវការ Product key ភ្លាម និងខ្លះទៀត អាចត្រូវ skip កន្លែងវាយលេខ Product key បាន តែត្រូវ Activate តាមក្រោយ ទើបប្រើប្រាស់បាន។ Technology: ដំណោះ​ស្រាយ Error 80240020 នៅ​ពេល​តម្លើង Windows 10 Free តាម​រយៈ​ការ Upgrade : មាន បញ្ហាមួយចំនួន ទាក់ទងនឹង ការតម្លើង Windows 10 នេះផងដែរ ប៉ុន្តែបញ្ហានោះ កើតឡើង ទៅលើតែកុំព្យូទ័រ មួយចំនួនប៉ុណ្ណោះ គឺខណៈពេល ដែលអ្នក ប្រើប្រាស់ បានទាញយក Windows 10 ចប់ហើយ វាបាន បង្ហាញនូវ ផ្ទាំង error មួយ ដែលមានលេខ សំគាល់ error នោះគឺ 80240020។ ដូចនេះដើម្បី ដោះស្រាយ នូវបញ្ហា មួយនេះ សូមលោកអ្នក តាមដានអាន ជាមួយយើងខ្ញុំ ទាំងអស់គ្នា !!