Html viva questions

5.0(1)
studied byStudied by 7 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

HTML

Hyper Text Markup Language.

2
New cards

Container Tag

Tags that contain both opening and closing tags, e.g., , , .

3
New cards

Empty Tag

Tags that contain only an opening tag, e.g., ,
,
.
4
New cards
Tag Attributes

Dir and lang attributes that specify text direction and language.

5
New cards

Dir Attribute

Specifies the text direction (ltr or rtl) for the tag.
6
New cards

Lang Attribute

Specifies the language used in the document, e.g., 'en' for English.

7
New cards
Tag

Contains the head of an HTML document with information like title, scripts, and style definitions.

8
New cards

A container tag that designates the document's title, displayed in the browser's title bar.

9
New cards
Tag

Section that contains content to be displayed in the browser window.

10
New cards
Background Attribute of

Sets an image as the background for the document's body.

11
New cards
Bgcolor Attribute of

Specifies a color for the background of the document body.

12
New cards
Text Attribute of

Specifies the color of the text content in the page.

13
New cards
Link Attribute of

Specifies the color of hyperlinks that have not been visited; default is blue.

14
New cards
Alink Attribute of

Specifies the color of an active hyperlink; default is green.

15
New cards
Vlink Attribute of

Specifies the color of hyperlinks that have been visited; default is purple.

16
New cards

Tag

Used to break the current line of text and continue on the next line.

17
New cards
Tag

Horizontally centers content on a web page.

18
New cards

Text Formatting Tags

Tags like , , , , , for formatting text.
19
New cards
Tag

Displays address-related information such as name, phone numbers, email.

20
New cards
Tag

Displays scrolling text or images on a web page.

21
New cards
Tag

Allows changing size, style, and color of text; attributes include color, face, and size.

22
New cards
Tag

Inserts images in HTML pages; src attribute specifies the file name of the image.

23
New cards
    Tag
Creates an unordered list with items presented using
  • tags.
  • 24
    New cards
      Tag
    Creates an ordered list with items presented in a specific order using
  • tags.
  • 25
    New cards
    Tag
    Creates a definition list with terms and definitions using
    and
    tags.
    26
    New cards

    Creates hyperlinks to text, images, or other documents; uses href attribute.

    27
    New cards
    Tag

    Defines a table in HTML, with many attributes like border, bgcolor, and width.

    28
    New cards

    Cellspacing vs Cellpadding

    Cellspacing specifies space between cells, while cellpadding specifies space within a cell.

    29
    New cards
    , , Tags

    Define table rows, heading cells, and data cells respectively.

    30
    New cards
    Attributes of Tag

    Includes Align, Valign, and Bgcolor.

    31
    New cards
    Attributes of and Tags

    Include Align, Valign, bgcolor, Rowspan, and Colspan.

    32
    New cards

    Rowspan vs Colspan

    Rowspan makes a cell span multiple rows, while colspan makes it span multiple columns.

    33
    New cards
    Tag

    Provides a heading for a table.