العناوين

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

العنواين

				
					<h1>Heading 1 </h1>
<h2>Heading 2 </h2>
<h3>Heading 3 </h3>
<h4>Heading 4 </h4>
<h5>Heading 5 </h5>
<h6>Heading 6 </h6>
				
			

الوسوم المستخدمة فى الدرس

				
					<p>paragraph</p>

<p>Programming is a way to tell
computers what to do.
It's likegiving them a list of instructions to follow.</p>
				
			
				
					<br>
<!--break-->
<!--وظيفتها انها تنزل سطر-->

				
			

كود المشروع

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

				
			

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

X