Module 1.3 - Introduction to HTML Flashcards

1
Q

What is HTML?

A

HTML stands for “Hyper Text Markup Language” and it’s the core building block of web development. It’s a markup language that helps to organize content on a web page.

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

How is HTML written?

A

HTML is written as text with markup to indicate how the content should be visualized to the end user. An HTML file is saved with a .html file extension.

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

What is the structure of an HTML file?

A

An HTML file consists of content and markup. The markup consists of opening and closing tags that help the browser understand how to display the content.

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

Can you use HTML for styling the page?

A

No, HTML is not concerned with the presentation of a page, it’s only concerned with the meaning of the content. The presentation of a page will be done using CSS.

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

What is Codepen?

A

Codepen is an online tool that helps you experiment with creating web pages. It allows you to easily test and experiment with HTML, CSS, and JavaScript.

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