Planning website, Lesson 1 Flashcards

(9 cards)

1
Q

What does HTML stand for?

A

HyperText Markup Language

HTML is the standard language for creating web pages.

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

What is the purpose of wrapping tags in HTML?

A

To tell the browser what the content is

Tags like <h1> for headings and <p> for paragraphs are used to define the structure of the content.

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

What tag is used for a heading in HTML?

A

<h1> and </h1>

<h1> denotes the highest level of heading.
</h1>

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

What tag is used to create a paragraph in HTML?

A

<p> and </p>

<p> is used to denote a block of text as a paragraph.
</p>

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

What is a structure diagram used for?

A

To plan a website

Structure diagrams help visualize the layout and components of a website.

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

What should you do before starting a web project?

A

Plan your project

Failing to plan can lead to poor website structure and functionality.

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

What is a site map?

A

A diagram that outlines the structure of a website

Site maps help in organizing and planning website navigation.

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

What is the first step in using a structure diagram?

A

Planning the website layout

Structure diagrams are tools for visualizing the site’s organization.

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

True or False: HTML is complex and requires extensive coding knowledge.

A

False

HTML is designed to be simple for creating web content.

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