Flashcards: Web Development Fundamentals — 18 cards

All cards

1Question

HTML tags — definition?

Answer

Building blocks for webpage structure.

2Question

< > — purpose?

Answer

Enclose HTML tags.

3Question

Paired tags — example?

Answer

<h1> and </h1>.

4Question

Nesting — meaning?

Answer

Placing tags inside other tags.

5Question

Common heading tags?

Answer

<h1> to <h6>.

6Question

Paragraph tag?

Answer

<p>.

7Question

Formatting tags?

Answer

<b> for bold, <i> for italics.

8Question

Navigation tag?

Answer

<nav>.

9Question

<img> — purpose?

Answer

Embed images.

10Question

<img> — required attribute?

Answer

src.

11Question

<img> — optional attribute?

Answer

width.

12Question

<a> — role?

Answer

Create hyperlinks.

13Question

<a> — essential attribute?

Answer

href.

14Question

<a> — attribute to open in new tab?

Answer

target="_blank".

15Question

<script> — purpose?

Answer

Embed JavaScript code.

16Question

Placement of <script>?

Answer

Bottom of <body> for performance.

17Question

JavaScript variables — role?

Answer

Store and label data.

18Question

Objects — in JavaScript?

Answer

Group related data.

Test yourself with the quiz

Test your knowledge with 9 questions on Web Development Fundamentals.

1. What is an HTML tag?

2. Which HTML tags are used to define the hierarchical structure of headings on a webpage?

Take the quiz →

Read the revision sheet

Review the complete course in the revision sheet for Web Development Fundamentals.

See revision sheet →

Similar courses

Create your own flashcards

Import your course and AI generates flashcards in 30 seconds.

Flashcard generator