reading-notes
Coding Course Notes
Project maintained by liam02walker
Hosted on GitHub Pages — Theme by mattgraham
Lesson #4
HTML Structure
- Wireframes are the basis of HTML without any layout or CSS style
- Semantic describes the content inside of the elements such as <p> <h1> etc
- Non-Semantics elements are things such as <div>
- HTML stands for: Hyper Text Markup Language
Personas
- Also refered to as the target audience that you are making the Website for
Meta
- Information about the actual Website, not the content inside but what our Website is
Element, Tag, Attribute