web design and devlopment Flashcards

(14 cards)

1
Q

What programming language is used to build the structure of a webpage?

A

HTML (Hypertext Markup Language)

HTML is the standard markup language for creating web pages.

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

What programming language is used to add design and style to a webpage?

A

CSS (Cascading Style Sheets)

CSS is responsible for the presentation of web pages.

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

What programming language is used to add interactivity and dynamic elements to a website?

A

Javascript

Javascript allows developers to create interactive features on web pages.

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

Expand the acronym HTML.

A

Hypertext Markup Language

HTML is essential for structuring content on the web.

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

Expand the acronym CSS.

A

Cascading Style Sheets

CSS is used to style web pages and their elements.

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

What are HTML elements?

A

Individual components or building blocks of HTML pages

HTML elements consist of a start tag, content, and an end tag.

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

What is a common structure of an HTML element?

A

A start tag, content, and an end tag

Tags usually occur in pairs around the content.

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

What does the HTML tag <p> represent?

A

Paragraph

Example: <p>This is a paragraph</p> results in ‘This is a paragraph’.

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

What does the HTML tag <h1> represent?

A

Big Heading

Example: <h1>Big Heading!</h1> displays ‘Big Heading!’.

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

What does the HTML tag <a> represent?

A

Anchor (Link/Hyperlink)

Example: <a href=”google.com”>here</a> creates a clickable link.

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

What is a hyperlink?

A

Text, image, or hotspot that links to another webpage or location

Hyperlinks facilitate navigation between web pages.

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

What are Hexadecimal Colour Codes used for?

A

To ensure precise colors on websites

Examples include #000000 (black) and #DD3AB2 (pink).

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

What is the Target Audience in web development?

A

The demographic group who will be the primary users of the application

Understanding the target audience is crucial for effective design.

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

List factors to consider about your Target Audience when designing a website.

A
  • Colour Scheme
  • Level of Language
  • Functionality & Features
  • Range of Multimedia (Images/Videos/Animations)

These factors influence user experience and engagement.

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