Jump to: navigation, search

HTML line

From w3cyberlearnings

Contents

HTML - <hr/> tag

A <hr/> tag uses to create horizontal line.

HTML - Syntax <hr/>tag

<hr/>

Example 1


<html>
<head>
<title>Line</title>
</head>
<body>
<h3>Khmer</h3>
<p>
	Khmer has its own writing system and it is hard enough those who wish to learn. 
	When those amateurs and historians try to imitate the Khmer pronunciation by 
        writing using Romanized alphabets, it is very complicated. When the term is misspelled 
        utilizing Romanized letters, then that term loses its significant meaning intended by          
        Khmer indigenous people. This misspelled word has a different meaning in Khmer 
	language; and continued using this erroneous and misspelled word is gravely mistaken. 
        The misspelled or misarranged term 'oc eo' means 'basal plant'; although it 
        has meaning in Khmer, it is not intended as a name for the ancient Khmer city seaport. 
        O-Keo or o-ceo is the sole intended term and intended meaning for the Khmer seaport 
	during the Nokor Phmon and Chenla periods.
</p>
<hr/>
<p>
	Cambodia became a constitutional monarchy under King Norodom Sihanouk. 
	When French Indochina was given independence, Cambodia lost official control 
        over the Mekong Delta as it was given to Vietnam.[citation needed] 
	The Khmer continued to have governors in provinces throughout Kampucheakrom 
        until the mid 1800. The last Khmer last governor in Kampucheakrom territory by 
        the Son Kuy who was beheaded by the Vietnamese. Some areas of Kampucheakrom had been 
        controlled by the Vietnamese since 1698 with King Chey Chettha II granting Vietnamese 
	permission to trained its troops on the Khmer territory of Kampucheakrom decades 
        before.     [27]
</p>
<hr/>
<p>This is how to use the horizontal line in HTML</p>

</body>
</html>

Output TRY-IT

Html horizontalline 1.png

Related Link


Navigation
Web
SQL
MISC
References