Filters
Question type

Study Flashcards

In HTML document the tags


A) should be written in upper case
B) should be written in lower case
C) should be written in proper case
D) can be written in both uppercase or lowercase

Correct Answer

verifed

verified

Choose the correct HTML tag to make a text italic


A) <ii>
B) <italics>
C) <italic>
D) <i>

Correct Answer

verifed

verified

How can we make a numbered list?


A) <dl>
B) <ol>
C) <list>
D) <ul>

Correct Answer

verifed

verified

The special formatting codes in HTML document used to present content are


A) tags
B) attributes
C) values
D) none of above

Correct Answer

verifed

verified

Choose the correct HTML tag to make a text bold?


A) <b>
B) <bold>
C) <bb>
D) <bld>

Correct Answer

verifed

verified

What does vlink attribute mean?


A) visited link
B) virtual link
C) very good link
D) active link

Correct Answer

verifed

verified

The _____ character tells browsers to stop tagging the text


A) (?)
B) (/)
C) (>)
D) (%)

Correct Answer

verifed

verified

Which attribute is used to name an element uniquely?


A) class
B) id
C) dot
D) all of above

Correct Answer

verifed

verified

Which tag allows us to add a row in a table?


A) <td> and </td>
B) <cr> and </cr>
C) <th> and </th>
D) <tr> and </tr>

Correct Answer

verifed

verified

D

Tags and test that are not directly displayed on the page are written in _____ section.


A) <html>
B) <head>
C) <title>
D) <body>

Correct Answer

verifed

verified

Some tags enclose the text. Those tags are known as


A) couple tags
B) single tags
C) double tags
D) pair tags

Correct Answer

verifed

verified

To create a combo box (drop down box) which tag will we use?


A) <select>
B) <list>
C) <input type="dropdown">
D) all of above

Correct Answer

verifed

verified

A

What is the correct HTML for adding a background color?


A) <body color="yellow">
B) <body bgcolor="yellow">
C) <background>yellow</background>
D) <body background="yellow">

Correct Answer

verifed

verified

B

What is the correct HTML tag for inserting a line break?


A) <br>
B) <lb>
C) <break>
D) <newline>

Correct Answer

verifed

verified

Marquee is a tag in HTML to


A) mark the list of items to maintain inqueue
B) mark the text so that it is hidden in browser
C) display text with scrolling effect
D) none of above

Correct Answer

verifed

verified

How can we make a bulleted list?


A) <list>
B) <nl>
C) <ul>
D) <ol>

Correct Answer

verifed

verified

Which tag inserts a line horizontally on a web page?


A) <hr>
B) <line>
C) <line direction="horizontal">
D) <tr>

Correct Answer

verifed

verified

What tag uses to display a picture in a webpage?


A) picture
B) image
C) img
D) src

Correct Answer

verifed

verified

How can we make an e-mail link?


A) <a href="xxx@yyy">
B) <mail href="xxx@yyy">
C) <mail>xxx@yyy</mail>
D) <a href="mailto:xxx@yyy">

Correct Answer

verifed

verified

Which tag creates a check box for a form in HTML?


A) <checkbox>
B) <input type="checkbox">
C) <input=checkbox>
D) <input checkbox>

Correct Answer

verifed

verified

Showing 1 - 20 of 25

Related Exams

Show Answer