Skip to content

Commit e5e6355

Browse files
committed
Add to readme
1 parent 6f126ff commit e5e6355

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,26 @@ In this example, if `isAdmin` is `true`, the `Admin Panel` link is rendered. Oth
9898
- `Code`: Code `<code>`
9999
- `Div`: Division `<div>`
100100
- `Em`: Emphasis `<em>`
101+
- `Form`: Form `<form>`
101102
- `H1`: Heading 1 `<h1>`
102103
- `H2`: Heading 2 `<h2>`
103104
- `H3`: Heading 3 `<h3>`
104105
- `Head`: Head `<head>`
105106
- `Html`: HTML `<html>`
106107
- `Hr`: Horizontal Rule `<hr>`
107108
- `Img`: Image `<img>`
109+
- `Input`: Input `<input>`
110+
- `Label`: Label `<label>`
108111
- `Li`: List Item `<li>`
109112
- `Meta`: Meta `<meta>`
113+
- `Option`: Dropdown option `<option>`
110114
- `P`: Paragraph `<p>`
111115
- `Pre`: Preformatted Text `<pre>`
112116
- `Script`: Script `<script>`
117+
- `Select`: Dropdown select `<select>`
113118
- `Span`: Span `<span>`
114119
- `Strong`: Strong `<strong>`
120+
- `Textarea`: Textarea `<textarea>`
115121
- `Title`: Title `<title>`
116122
- `Ul`: Unordered List `<ul>`
117123

0 commit comments

Comments
 (0)