Lecture 1: What is HTML Flashcards
What Does HTML Stand For?
Hyper Text Markup Language
(HTML): Hypertext
Text that contains links to other text. (Hypermedia included in this as well)
(HTML): Markup
The “annotating” of content. This is how machines are told what the content is. HTML wraps its content in markup (i.e. tags).
(HTML): Language
This implies that HTML has its own syntaxt, meaning that there is a righ and wrong way to write HTML code and that it has it’s own semantics (such as tag names having their each individual meanings).
The 3 Technologies Driving the Web
- HTML
- CSS
- JavaScript
What does CSS Stand for?
Cascading Style Sheets
CSS’s Function
- Style of Webpage
Provides the colors, layouts, font style/size, and more.
JavaScript’s Function
- Behavior & Functionality of Webpage
JavaScript Provides details of the actions for HTML’s components, responsible for what happens when HTML loads into browser and when interactive components are clicked on.
HTML’s Function
- Structure of Webpage
Provides the components of an HTML document (headings, footer, paragraphs, etc.).