تنسيق الخط

محتويات الدرس

الوسوم المستخدمة

				
					<b>Bold</b>
<!--الخط بيبقي عريض-->

<strong>Strong</strong>
<!--الخط بيبقي عريض-->
				
			
				
					<i>𝑖𝑡𝑎𝑙𝑖𝑐</i>
<!--الخط بيبقي مايل-->

<em>𝑒𝑚𝑝ℎ𝑎𝑠𝑖𝑧𝑒𝑑</em>
<!--الخط بيبقي مايل-->
				
			
				
					<mark>Highlight</mark>
<!--بيعلم على الكلمه بلون اصفر-->

<u>UnderLine</u>
<!--بيحط خط تحت الكلمة-->
				
			
				
					<small>SMALL</small>
<!--بيعمل الكلمة صغيرة-->

<del>delete</del>
<!--بيعمل خط على الكلمة-->
				
			
				
					<sub>subscript</sub>


<sup>superscript </sup>
				
			

كود المشروع

				
					<!DOCKTYPE html>
<html>
  <body>
    <h1>learn Simply</h1>

    <hr />
    <p><mark>Welcome to my website all about learning 
    programming.</mark></p>
    <h2><u>What Is Programming?</u></h2>
    <p>
      <i>
        Programming is a way to tell computers what to do. It's 
        like giving them
        a list of instructions to follow.</i>
    </p>
    <h3>Why Learn Programming?</h3>
    <p>
      Learning programming is <del>not</del> important
      because it allows
      <sup>you</sup>
      to create <mark>software</mark>, <mark>websites</mark>, and
      <mark>apps</mark> ,. It's a valuable skill in today's<sub> 
      world.</sub>
    </p>
    <h4>Getting Started</h4>
    <p>
      To start learning programming, you can follow these simple
      <small>steps</small>
    </p>
  </body>
</html>

				
			

تقدر تشوف الفيديو

X