Dictionary

Name

Example

<a></a>

<a src="domian.com">happy</a>

<button></button>

<button onclick="change()">Click!</button>

<body></body>

<div></div>

<div id="demo"></div>

<head></head>

<html></html>

<img>

<img src="img.jpg" alt="mypic">

<link>

<link href="css.css">

<p></p>

<p class="demo"></p>

<script>

<script src="javascript.js">

<span></span>

<span>Hello</span>

<textarea></textarea>

<title></title>

<title>My First</title>

<><>

Last updated