Lecture 1: What is HTML Flashcards

1
Q

What Does HTML Stand For?

A

Hyper Text Markup Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

(HTML): Hypertext

A

Text that contains links to other text. (Hypermedia included in this as well)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

(HTML): Markup

A

The “annotating” of content. This is how machines are told what the content is. HTML wraps its content in markup (i.e. tags).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

(HTML): Language

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The 3 Technologies Driving the Web

A
  1. HTML
  2. CSS
  3. JavaScript
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does CSS Stand for?

A

Cascading Style Sheets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CSS’s Function

A
  • Style of Webpage

Provides the colors, layouts, font style/size, and more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

JavaScript’s Function

A
  • 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

HTML’s Function

A
  • Structure of Webpage

Provides the components of an HTML document (headings, footer, paragraphs, etc.).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly