@@ -112,7 +112,7 @@ In this example, if `isAdmin` is `true`, the `Admin Panel` link is rendered. Oth
112
112
- ` Header ` : Header ` <header> `
113
113
- ` Html ` : HTML ` <html> `
114
114
- ` Hr ` : Horizontal Rule ` <hr> `
115
- - ` I ` : Idiomatic Text ` <i> ` - _ Coming Next Release _
115
+ - ` I ` : Idiomatic Text ` <i> `
116
116
- ` Img ` : Image ` <img> `
117
117
- ` Input ` : Input ` <input> `
118
118
- ` Label ` : Label ` <label> `
@@ -130,16 +130,16 @@ In this example, if `isAdmin` is `true`, the `Admin Panel` link is rendered. Oth
130
130
- ` Select ` : Dropdown select ` <select> `
131
131
- ` Span ` : Span ` <span> `
132
132
- ` Strong ` : Strong ` <strong> `
133
+ - ` Table ` : Table ` <table> `
134
+ - ` TBody ` : Table Body ` <tbody> `
135
+ - ` Td ` : Table Cell ` <td> `
133
136
- ` Textarea ` : Textarea ` <textarea> `
137
+ - ` TFoot ` : Table Footer ` <tfoot> `
138
+ - ` Th ` : Table Header Cell ` <th> `
139
+ - ` THead ` : Table Header ` <thead> `
134
140
- ` Title ` : Title ` <title> `
141
+ - ` Tr ` : Table Row ` <tr> `
135
142
- ` Ul ` : Unordered List ` <ul> `
136
- - ` Table ` : Table ` <table> `
137
- - ` THead ` : Table's header ` <thead> `
138
- - ` TBody ` : Table's body ` <tbody> `
139
- - ` TFoot ` : Table's footer ` <tfoot> `
140
- - ` Tr ` : Row of cells ` <tr> `
141
- - ` Th ` : Header cell ` <th> `
142
- - ` Td ` : Data cell ` <td> `
143
143
144
144
### Setting Styles with the styles Subpackage
145
145
0 commit comments