Quotation & Comment

<blockquote> ត្រូវ​បាន​ប្រើប្រាស់​សំរាប់​ដក​ស្រង់​ពាក្យ​សំដី និង​ឬ​ផ្នែក​នៃ​អត្ថបទ​ណា​មួយ​។

<!DOCTYPE html>
<html>
  <head>
  	<meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  	<title>Quotation & Comment</title>
  </head>
  
  <body>
	

Browsers usually indent blockquote elements.

For nearly 60 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by more than one million members in the United States and close to five million globally.
</body> </html>

Browsers usually indent blockquote elements.

For nearly 60 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by more than one million members in the United States and close to five million globally.

<abbr> ត្រូវ​បាន​គេ​ប្រើប្រាស់​សំរាប់​សំគាល់​អក្សរកាត់​ទាំងឡាយ (abbreviation) ។ វា​មាន​ប្រយោជន៍​សំរាប់ search engine និង​សំរាប់ browser ។

<!DOCTYPE html>
<html>
  <head>
  	<meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  	<title>Quotation & Comment</title>
  </head>
  
  <body>
	

The WHO was founded in 1948.

</body> </html>

The WHO was founded in 1948.


<address> ត្រូវ​បាន​គេ​ប្រើប្រាស់​សំរាប់​សំគាល់​ផ្នែក​រប់ស​អត្ថបទ​ណា​មួយ ថា​ជា​អាស័យដ្ឋាន​។

<!DOCTYPE html>
<html>
  <head>
  	<meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  	<title>Quotation & Comment</title>
  </head>
  
  <body>
	

The HTML address element defines contact information (author/owner) of a document or article.

Written by John Doe.
Visit us at:
Example.com
Box 564, Disneyland
USA
</body> </html>

The HTML address element defines contact information (author/owner) of a document or article.

Written by John Doe.
Visit us at:
Example.com
Box 564, Disneyland
USA

នៅ​ក្នុង​ការសរសេរ​កូដ ជាទូទៅ​យើង​អាច​សរសេរ​សេចក្តី​អធិប្បាយ​ពន្យល់​ផ្សេង​ៗ ពី​ការប្រើប្រាស់​បញ្ជា​ទាំងឡាយ ​ក្នុង​គោល​ផ្សេង​ៗ​។ ដូចគ្នា​ដែរ នៅ​ក្នុង​ភាសា HTML យើង​អាច​សរសេរ​សេចក្តី​អធិប្បាយ​ពន្យល់ ដែល​ភាសា​អង់គ្លេស​ហៅ​ថា comment សំរាប់​ធ្វើ​ការពន្យល់​ពី​ផ្នែក​ណា​មួយ​នៃ​កូដ​ជា​ភាសា HTML របស់​យើង​។ ជាទូទៅ comment មាន​តែ​នៅ​ក្នុង​កូដ​តែ​ប៉ុណ្ណោះ វា​នឹង​ត្រូវ​រំលង​ចោល នៅ​ពេល​ដែល​កូដ​ត្រូវ​យក​ទៅ​អនុវត្ត (execute) ។

<!DOCTYPE html>
<html>
  <head>
  	<meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  	<title>Comment</title>
  </head>
  
  <body>
	
	

This is a paragraph.

</body> </html>

This is a paragraph.