> For the complete documentation index, see [llms.txt](https://docs.luckydesigner.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luckydesigner.space/html-code/dictionary.md).

# 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>                    |
| <><>                    |                                              |
