step 1 updates

This commit is contained in:
Micah Godbolt
2019-02-26 19:32:33 -08:00
parent 711ddd5474
commit c58c48c67f
7 changed files with 39 additions and 16 deletions

View File

@@ -56,6 +56,8 @@ To learn more about each element, click on the element names below.
- [`tbody`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody) - Table body container
- [`td`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td) - Normal table cell
> We used to use tables to lay out applications. Each cell would be filled with slices of images from Photoshop or Fireworks. Rounded corners were created by elaborate table tricks
### [Forms](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#Forms)
- [`form`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form) - Form container
@@ -71,7 +73,6 @@ To learn more about each element, click on the element names below.
- `radio`
- `submit`
## Next Step
[CSS Demo](../css-demo)