1. HTML
HTML គឺជាភាសាមួលដ្ឋានគ្រឹះសម្រាប់ធ្វើការបង្កើតគេហទំព័រដែលមានលក្ខណៈនៅនឹងមួយកន្លែង (Static) …
HTML5គឺជាមកដល់ថ្មីរបស់ HTML, XHTML, និង HTML DOM.
ជំនាន់ចាស់របស់ HTML (HTML4) ត្រូវបានបង្កើតឡើងតាំងពីឆ្នាំ ១៩៩៩ មកម្ល៉េះ។
HTML5 គឺនៅតែដំណើរការទៅមុខជារៀងរហូត។ មានន័យថាភាគច្រើនវាដំណើរការ (Support) ជាមួយនឹង Browser ប្រភេទថ្មីៗ។
3. ប្រៀបធៀប HTML5
Browser គឺជាកម្មវិធីទាំងឡាយណាដែលអាចដំណើរការវ៉ិបសាយបាន … ។
ចំពោះ HTML5 វិញ Browser ដែលអាចដំណើរការវាបានមានតែ Browser ជំនាន់ថ្មីតែប៉ុណ្ណោះ មានដូចជាៈ
Safari, Chrome, Firefox, Opera និង Internet Explorer 9 ។5. HTML Tags
HTML ណាដែលតុបតែង tags ជានិច្ចជាកាលត្រូវបានហៅថា HTML tags ។
ឧទាហរណ៍
- input = Tag
- type = Attribute
- search = Attribute value
Also, the input element’s type attribute has many new values, for better input control before sending it to the server:
HTML គឺជាភាសាមួលដ្ឋានគ្រឹះសម្រាប់ធ្វើការបង្កើតគេហទំព័រដែលមានលក្ខណៈនៅនឹងមួយកន្លែង (Static) …
- HTML មកពីពាក្យថា Hyper Text Markup Language
- HTML មិនមែនជាភាសា programming ទេ វាគឺជា Markup Language
- Markup language គឺជាការបញ្ចូល ឬរៀបចំ សម្រាប់តុបតែង tags
- HTML ប្រើសម្រាប់តុបតែង tags បង្កើតគេហទំព័រ
HTML5គឺជាមកដល់ថ្មីរបស់ HTML, XHTML, និង HTML DOM.
ជំនាន់ចាស់របស់ HTML (HTML4) ត្រូវបានបង្កើតឡើងតាំងពីឆ្នាំ ១៩៩៩ មកម្ល៉េះ។
HTML5 គឺនៅតែដំណើរការទៅមុខជារៀងរហូត។ មានន័យថាភាគច្រើនវាដំណើរការ (Support) ជាមួយនឹង Browser ប្រភេទថ្មីៗ។
3. ប្រៀបធៀប HTML5
HTML5 បានផ្តល់នូវ feature ថ្មីៗមួយចំនួនដូចជា:
- The canvas element for drawing
- The video and audio elements for media playback
- Better support for local offline storage
- New content specific elements, like article, footer, header, nav, section
- New form controls, like calendar, date, time, email, url, search
Browser គឺជាកម្មវិធីទាំងឡាយណាដែលអាចដំណើរការវ៉ិបសាយបាន … ។
ចំពោះ HTML5 វិញ Browser ដែលអាចដំណើរការវាបានមានតែ Browser ជំនាន់ថ្មីតែប៉ុណ្ណោះ មានដូចជាៈ
Safari, Chrome, Firefox, Opera និង Internet Explorer 9 ។5. HTML Tags
HTML ណាដែលតុបតែង tags ជានិច្ចជាកាលត្រូវបានហៅថា HTML tags ។
- HTML tags គឺជា keywords ទាំងឡាយណាដែលស្ថិតនៅចន្លោះសញ្ញាតូច និងសញ្ញាធំ ឧ.
- HTML tags ជាធម្មតាមានពីរគឺ Tag បើក និង Tag បិទ ឧ. និង
- នៅពេលចាប់ផ្តើមបើកដង្កៀប < យើងហៅថា បើក Tag ហើយនៅពេលបិទដង្កៀប > យើងហៅថាបិទ Tag
6.Tag ថ្មីរបស់ Form
Tag form ថ្មីៗរបស់ HTML5 ជាមួយនឹង functionality:ឈ្មោះTag | ពណ៌នា |
---|---|
A list of options for input values | |
Generate keys to authenticate users | |
For different types of output, such as output written by a script |
6.Tag Input ឥឡូវមាន Attribute Values ថ្មីៗច្រើនណាស់
Attribute Value ជាពាក្យទាំងឡាយដែលនៅបន្ទាប់ពី Attribute ហើយ Attribute នៅបន្ទាប់ពី Tag ។ឧទាហរណ៍
- input = Tag
- type = Attribute
- search = Attribute value
Also, the input element’s type attribute has many new values, for better input control before sending it to the server:
ប្រភេទ Attribute Value | ពណ៌នា |
---|---|
tel | The input value is of type telephone number |
search | The input field is a search field |
url | The input value is a URL |
The input value is one or more email addresses | |
datetime | The input value is a date and/or time |
date | The input value is a date |
month | The input value is a month |
week | The input value is a week |
time | The input value is of type time |
datetime-local | The input value is a local date/time |
number | The input value is a number |
range | The input value is a number in a given range |
color | The input value is a hexadecimal color, like #FF8800 |
No comments:
Post a Comment