Home Fun Games Blog CDCRIFD CDRD Utilities About

More Elements!

Some more elements that you can search up on your favorite search engine.

        <button>Button</button>
<img> <!--Image-->
<a>Link</a>
<abbr>Abbreviation</abbr>
<dfn>Defining instance of a term</dfn>
<div>General-purpose element (a "division" or "div" of the document)</div>
<table>Table</table>
<thead>Table header</thead>
<tbody>Table body</tbody>
<tr>Table row</tr>
<th>Table header cell</th>
<td>Table data cell</td>
<style>CSS stylesheet</style>
<script>JavaScript script</script>
<input> <!--User input-->
<iframe>A frame that defines a separate browsing context (for embedding websites)</iframe>
Continue →