Impressive Web Designing - HTML5 Basics

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

Flashcards covering the components of the web, HTML5 structure, formatting tags, table elements, and form controls based on the lecture notes.

Last updated 2:53 PM on 8/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

WWW stands for __________ and is normally referred to as the web.

World Wide Web

2
New cards

A __________ is a collection of interlinked web pages containing text, images, audio, and videos.

Website

3
New cards

The software used to view web pages or websites available on the internet is called a __________.

Web Browser

4
New cards

The address of a web page on the internet is known as its __________.

URL (Uniform Resource Locator)

5
New cards

The protocol used by the World Wide Web for client-server communication is __________.

HTTP (HyperText Transfer Protocol)

6
New cards

HTML was introduced by __________ as a standard language for creating interactive websites.

Tim Berners Lee

7
New cards

HTML tags are keywords enclosed within __________ brackets.

angular

8
New cards

A tag that has both a beginning and an end tag (with a "/" in front) is known as a __________ tag.

Container

9
New cards

Tags that are standalone and do not have an end tag are called __________ tags.

Empty

10
New cards

The first line on top of an HTML5 document, __________, is a document type declaration.

11
New cards

The __________ tag defines a container for navigation links in HTML5.

12
New cards

The __________ tag defines content apart from the main content, such as a sidebar.

13
New cards

The __________ tag is used to display text in a highlighted or marked manner.

14
New cards

HTML provides a range of __________ heading levels.

66

15
New cards

The smallest heading level in HTML is represented by the __________ tag.


16
New cards

To insert an image in a webpage, the __________ tag is used.

17
New cards

The __________ attribute of the tag is referred to as alternate text and provides a description of the image.

alt

18
New cards

The __________ tag is used to create a horizontal ruled line.


19
New cards

In a table, the __________ tag is used to specify a table heading and displays content in bold.

20
New cards

The __________ attribute is used within or to create a single column spanning across multiple columns.

colspan

21
New cards

The __________ attribute is used within or to create a single row spanning across multiple rows.

rowspan

22
New cards

Hyperlinks are created using the __________ tag.

23
New cards

The default color of a visited hyperlink is __________.

purple

24
New cards

The __________ method for submitting forms is the default and displays data in the address bar.

GET

25
New cards

The __________ method is secure for submitting sensitive information because it does not display data in the address bar.

POST

26
New cards

The __________ input type allows one selection against multiple choices in a form.

radio

27
New cards

To create a textbox with multiple lines, the __________ tag is used.

28
New cards

The __________ attribute in a

placeholder