STUDY TIME
HTML Basics
What is HTML?
Hypertext Markup Language:gives structure for website content
Markup Language
Text that can be interpretted by a browser by being parsed into HTML elements. It's structure is through tags
Attributes
Used for modifying the HTML element for design (CSS will come into play).
CSS
Cascading Style Sheets: - used for presentation design - improves efficiency/flexibility
Openning Tags
Designates where elements begin.
Closing Tags
Specifies where code ends.
Void elements
Elements that don't need closing tags.
Nesting
Another tag added between an openning and closing tag.