HTML មានចែកជាពីរផ្នែកធំៗ គឺ tag Header និង tag Body ហើយ tag ទាំងពីរនេះ ត្រូវស្ថិតនៅក្នុង tag HTML។
ខាងក្រោមនេះ គឺជាទំរង់ទូទៅរបស់ HTML៖
1
2
3
4
5
6
7
| < html > < head >< title >Name of Page</ title ></ head > < body > // any tag here </ body > </ html > /pre |
- <html> គឺជា tag ដែលយើងប្រើដើម្បីបើកនៅពេលដែលចាប់ផ្តើមដំបូងនិងនៅពេលបញ្ចប់នៃ Page របស់យើង។
- <body> គឺជា tag សម្រាប់ឲ្យយើងសរសេរកូដផ្សេងដើម្បីបង្ហាញនៅលើPage របស់យើង ។
ឧទាហរណ៍
1
2
3
4
5
6
7
| < html > < head >< title >Name of Page</ title ></ head > < body > < h2 >What is html?</ h2 > < p >HTML is a make up language and it stand by Hypertext Make Up Language.</ p > </ body > </ html > |

ប្រភព http://learning.itkonkhmer.com/html/p=169
0 comments:
Post a Comment