Vous êtes sur la page 1sur 5

Heading

<h1>-------------</h1>
<h2>-------------</h2>
<h3>-------------</h3>
<h4>-------------</h4>
<h5>-------------</h5>
<h6>-------------</h6>
Attributes
Eléments
Tag
dir="rlt" & lang="ar"
dir :direction
rtl :right to left
ltr:left to right
lang:language<
<div dir="_">---------------</div>
<meta charset="UTF-8">
Tag element description
<b>
<em>
<i>
<small>
<strong>
<sub>
<sup>
<ins>
<del>
<mark>
Page 1 of 5
Block Elements
<address> <articles> <aside> <blockquote>
<canvas> <dd> <div> <dl>
<dt> <fieldset> <figcaption> <figure>
<footer> <form> <h1>------<h6> <header>
<hr> <li> <main> <nav>
<noscript> <ol> <p> <pre>
<section> <table> <tfoot> <ul>
<video>
Inline Elements
<a> <abbr> <acronyme> <bdo>
<big> <br> <button> <cite>
<code> <dfn> <em> <i>
<img> <input> <kdb> <label>
<map> <object> <output> <q>
<samp> <script> <select> <small>
<span> <strong> <sub> <sup>
<textarea> <time> <tt> <var>

Id# & Class.

Links
<a href=" "></a>
<a href="_" target="_">‫<اسم الموقع‬/a>
<a href="_" target="_blank">‫<اسم الموقع‬/a>
<a href="_" target="_parent">‫<اسم الموقع‬/a>
<a href="_" target="_self">‫<اسم الموقع‬/a>
Page 2 of 5
<a href="_" target="_top">‫<اسم الموقع‬/a>
<h1>
<a href="_" target="_">‫<اسم الموقع‬/a>
</h1>
Images
<img src="‫ "اسم الصورة‬alt="‫ "وصف الصورة‬width="‫>"العرض‬
<img src="‫ "اسم الصورة‬alt="‫ "وصف الصورة‬height="‫>"االرتفاع‬
<a href=" ">
<img src="‫ "اسم الصورة‬alt="‫>"وصف الصورة‬
</a>
Tables
<table>
<thead></thead>
<tbody></tbody>
<tfoot></tfoot>
</table>
<table>
<tr>
<th></th>
<td></td>
</tr>
</table>
colspan="_"
rowspan="_"
lists
<ul>
<li>--------</li>
</ul>

Page 3 of 5
<ol>
<li>--------</li>
</ol>

<dl>
<dt>--------</dt>
<dd>--------</dd>
</dl>
Audio et video et Pdf
<audio src="_.mp3" controls Muted autoplay loop preload="_" >
<audio controls>
<source src=".mp3" type="audio/mpeg">
<source src=".wav" type="audio/wav">
<source src=".ogg" type="audio/ogg">
Your browser does not support the audio element.
</audio>
<video src="_.mp4" controls Muted autoplay loop preload="_" width height poster>
<video controls width="_" height="_">
<source src=".mp4" type="video/mp4">
<source src=".webm" type="video/webm">
<source src=".ogg" type="video/ogg">
Your browser does not support the video element.
</video>
<embed src="_.pdf" />
<embed src="_" />
Youtube
Share <> 

Base

Page 4 of 5
<base href="‫"موقع االستضافة‬/>
Detail et summary
<details>
<summary>--------</summary>
</details>
button
<button type="_" onclick="alert(…)"></button>
Buttom
Reset
Submit
Menu
Disabled
<form>
<input type="_" name="_"/>
<button type="_"></button>
</form>

Page 5 of 5

Vous aimerez peut-être aussi