Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Class3
Advanced HTML and CSS Concepts
### Recap of Class 2
### Advanced HTML
1. Block elements vs. inline elements
2. div & span tags
3. Tables
4. Input types
5. Select & Textarea
5. Forms
- Form tag
- Buttons
- Fieldset
- Labels
### Advanced CSS
1. Display
2. Position
3. Overflow
4. Float
### Practice!!
#### Resources
- [Overview of block vs. inline](https://developer.mozilla.org/en-US/docs/Web/HTML/Block-level_elements#Block-level_vs._inline)
- [Very in-depth Table overview](https://css-tricks.com/complete-guide-table-element/)
- [All the input types!](https://www.w3schools.com/html/html_form_input_types.asp)
- [Forms Overview](https://www.w3schools.com/html/html_forms.asp)
- [CSS Position Demo](https://developer.mozilla.org/en-US/docs/Web/CSS/position)