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/32

flashcard set

Earn XP

Description and Tags

This set covers the fundamental concepts of web design, HTML5 structure, common tags, text formatting, tables, hyperlinks, and form elements as presented in the lecture transcript.

Last updated 4:04 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

33 Terms

1
New cards

The standards and formats for presenting text and graphics on the internet are developed and approved by __________ governing authorities.

WWW

2
New cards

When typing a domain name into a browser, a request is sent to the __________ server to find the WebServer IP.

DNS

3
New cards

In the provided example, the IP Address for the EBalbharti WebServer is __________.

10.0.2.310.0.2.3

4
New cards

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

Website

5
New cards

A web __________ is software such as Google Chrome or Mozilla Firefox used to view web pages.

browser

6
New cards

A Web __________ is an application or computer that sends webpages over the internet using the HTTP protocol.

server

7
New cards

The address of a web page on the internet is called the __________, which stands for Uniform Resource Locator.

URL

8
New cards

The standard language for developing interactive websites, introduced by Tim Berners Lee, is __________.

HTML

9
New cards

HTML tags are keywords enclosed within __________ brackets.

angular

10
New cards

The __________ section of an HTML document contains the title and is used for search engine optimization.

head

11
New cards

A/An __________ defines a property for an element, consists of a name/value pair, and appears within the start tag.

attribute

12
New cards

Tags that have a beginning tag and an end tag, such as , are called __________ tags.

Container

13
New cards

Standalone tags without an end tag, such as
, are known as __________ tags.

Empty

14
New cards

The document type declaration used for HTML5 is __________.

15
New cards

In HTML5, the __________ tag is used to define a container for navigation links.

16
New cards

The __________ tag is used to display text in bold format.

17
New cards

The __________ tag displays text in subscript form, while the tag displays text in superscript form.

18
New cards

Anything appearing within the __________ and __________ element is displayed as deleted text.

and
19
New cards

HTML provides __________ levels of heading tags, from

to

.


66

20
New cards

The __________ attribute of the tag is used to specify the path of the image file.

src

21
New cards

The popular extensions for image files mentioned in the text are png, jpg, and __________.

gif

22
New cards

The height and width attributes of the tag are specified in __________.

pixels

23
New cards

The __________ tag is a singular tag used to display a horizontal ruled line.


24
New cards

To specify a table heading that displays content in bold, the __________ tag is used.

25
New cards

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

colspan

26
New cards

By default, a visited hyperlink appears underlined and __________ in color.

purple

27
New cards

The default method for submitting form data, where data is visible in the address bar, is the __________ method.

GET

28
New cards

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

POST

29
New cards

To create a radio button which allows one selection against multiple choices, the type attribute of the tag is set to __________.

radio

30
New cards

The __________ attribute can be used with text and password types to specify the maximum number of characters entered.

Maxlength

31
New cards

A textbox with multiple lines is created using the __________ tag.

32
New cards

The __________ attribute of the

placeholder

33
New cards

The __________ tag inside a