You are on page 1of 1

div-whole row

span-is used for selecting a specific content


contenteditable-applicable to edit span,div,p
<ul>-user list is used to display in particular order
syntax:
<ul>
<li>html<li>
</ul>
<ol>-orthogonal list is used for added numbers to the list

<select>--will give the drop down


<option>html</option>
<option>css</option>
</select>

You might also like