Skip to content

Instantly share code, notes, and snippets.

@aminou7
Created May 5, 2017 18:55
Show Gist options
  • Save aminou7/0356efef382cb167bc159f4abcf43dd0 to your computer and use it in GitHub Desktop.
Save aminou7/0356efef382cb167bc159f4abcf43dd0 to your computer and use it in GitHub Desktop.
tag html
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<a href="https://langages-programmation.blogspot.com"> anchor element رابط</a>
<ol>
<li>About</li>
<li>Video</li>
<li>خدمة الزبائن</li>
<li>مساعدة</li>
<li>اتصل بنا</li>
</ol>
<ul>
<li>About</li>
<li>Video</li>
<li>خدمة الزبائن</li>
<li>مساعدة</li>
<li>اتصل بنا</li>
</ul>
<img src="رابط الصورة + الامتداد .jpg .jpeg.png ....الخ"/ >
<h1> عنوان 1</h1>
<h2>عنوان 2</h2>
<h3>عنوان 3</h3>
<h4>عنوان 4</h4>
<h5>عنوان 5</h5>
<h6>عنوان 6</h6>
<p> فقرة فقرة فقرة</p>
<video id="video1" src="MyVideo.mp4"></video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment