توصيف
مثال عن العناوين في HTML:
This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6
مثال عن الفقرات في HTML:
This is a paragraph.
This is another paragraph.
مثال عن الروابط في HTML:
HTML Links
HTML links are defined with the a tag:
This is a link
مثال عن الصور في HTML:
HTML Images
HTML images are defined with the img tag:
مثال عن القوائم في HTML:
An Unordered HTML List
- Coffee
- Tea
- Milk
An Ordered HTML List
- Coffee
- Tea
- Milk
مثال عن الأزرار في HTML:
HTML Buttons
HTML buttons are defined with the button tag: