الدرس الرابع دورة html formatting text tags تنسق النص

أهلا بكم في الدرس الرابع في دورة لغة html في هذا الدرس سوف نقوم بالتعرف على html tags الخاصة في تنسق النص

<html>
<head></head>
<body>
this is text
<br>
<b>this is blod text</b>
<br>
<big>This is big text</big>
<br>
<i>this is italic text</i>
<br>
<small>This is small text</small>
<br>
<strong>This is strong text</strong>
<br>
<sub>This is sub text</sub>
<br>
<ins> this is ins text</ins>
<br>
<del>this is deleted text</del>
</body>
</html>



إرسال تعليق

0 تعليقات