Class XI Web Application Practice Flashcards

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

flashcard set

Earn XP

Description and Tags

50 fill-in-the-blank practice flashcards covering Networking, HTML, CSS, GIMP, and JavaScript from the CBSE Class XI Web Application Student Handbook.

Last updated 8:44 AM on 9/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

A website where content is delivered exactly as stored without real-time content changes is called a ________ website.

static

2
New cards

The tag declaration used to specify that a document is an HTML5 document is ________.

<!DOCTYPE html>

3
New cards

HTML tags that require both an opening and a closing tag are known as ________ tags.

container

4
New cards

Among the six heading levels in HTML (<h1> to <h6>), the largest font level is ________.

<h1>

5
New cards

In an ordered list (<ol>), setting type="a" formats the list items with ________.

lowercase letters

6
New cards

In a description list (<dl>), the term itself is defined using the <dt> tag, while its description is defined using the ________ tag.

<dd>

7
New cards

To allow a table cell to span multiple columns across, you use the ________ attribute in the <td> tag.

colspan

8
New cards

To force a hyperlink to open in a new tab or window, set target="\_\_\_\_\_\_\_\_".

_blank

9
New cards

In the CSS Box Model, the transparent layer located between the padding and the margin is the ________.

border

10
New cards

In CSS rules, an ________ style defined directly within an element's HTML tag has the highest priority.

inline