Which section is used for text and tags that are shown directly on your web page ?
Which section is used for text and tags that are shown directly on your web page ?
____________ is known as father of World Wide Web.
____________ is known as father of World Wide Web.
What is the use of iframe in HTML?
What is the use of iframe in HTML?
Which colors consist of equal amounts of all basic colors ?
Which colors consist of equal amounts of all basic colors ?
What is the correct way of describing XML data?
What is the correct way of describing XML data?
If the background image is smaller than the screen, what will happen ?
If the background image is smaller than the screen, what will happen ?
What is the full form of HTTP?
What is the full form of HTTP?
Which tag is used to insert images into your web page ?
Which tag is used to insert images into your web page ?
Which tag tells the browser where the page starts and stops ?
1. <html>
2. <body>
3. <head>
4. <title>
Which tag tells the browser where the page starts and stops ?
1. <html>
2. <body>
3. <head>
4. <title>
What will be the added by using <td> and </td> tag ?
What will be the added by using <td> and </td> tag ?
HTML is stand for
HTML is stand for
Which tag is used to add columns to tables ?
1. <td>
2. <tr>
3. <th>
4. <colspan>
Which tag is used to add columns to tables ?
1. <td>
2. <tr>
3. <th>
4. <colspan>
Which of the following is correct character entities for "Copyright" symbol?
Which of the following is correct character entities for "Copyright" symbol?
Which program do you need to write HTML ?
Which program do you need to write HTML ?
The style element holds the document for setting.
The style element holds the document for setting.
Why should you specify a background color if you are using an image for the actual background of your page ?
Why should you specify a background color if you are using an image for the actual background of your page ?
To set the color for table borders, use ________
To set the color for table borders, use ________
What does the <br> tag add to your webpage ?
What does the <br> tag add to your webpage ?
The attribute used to create the actual section within the current HTML document is
The attribute used to create the actual section within the current HTML document is
HTML is a subset of
HTML is a subset of
and are the tags used for
and are the tags used for
How many characters can be written with 1 kilobyte ?
How many characters can be written with 1 kilobyte ?
The <i> tag makes text ?
The <i> tag makes text ?
What is the use of Forms in HTML?
What is the use of Forms in HTML?
How many heading tags are supported by HTML?
How many heading tags are supported by HTML?
Gif and jpg are the two main types of what ?
Gif and jpg are the two main types of what ?
Why should you add alternative text to your images ?
Why should you add alternative text to your images ?
The software that can read and render HTML documents is
The software that can read and render HTML documents is
Page designed in HTML is called a
Page designed in HTML is called a
Defining clickable sub-areas on an image is called
Defining clickable sub-areas on an image is called
All HTML documents will be basically
All HTML documents will be basically
The attribute used choose the type of font in HTML is ?
The attribute used choose the type of font in HTML is ?
All normal webpages consists of
All normal webpages consists of
When is the content of a table shown ?
When is the content of a table shown ?
The most basic element of any HTML page is
The most basic element of any HTML page is
What does vlink mean?
What does vlink mean?
Marquee is a tag in HTML to
Marquee is a tag in HTML to
Any target specified in the BASE element can be overridden on a case-by-case basis by specifying a different target in different forms
Any target specified in the BASE element can be overridden on a case-by-case basis by specifying a different target in different forms
Which of the following will NOT be found in the <head> section ?
1. <Table>
2. <Metatags>
3.<Title>
Which of the following will NOT be found in the <head> section ?
1. <Table>
2. <Metatags>
3.<Title>
The MIME text file is saved with.
The MIME text file is saved with.
HTML document is saved using _______ extension.
HTML document is saved using _______ extension.
In order to upload a HTML file to a web server, you use
In order to upload a HTML file to a web server, you use
Which statement is true?
Which statement is true?
In HTML, tags that include both on and off tag are called
In HTML, tags that include both on and off tag are called
To change the size of an image in HTML, use
To change the size of an image in HTML, use
Who is making the Web standards ?
Who is making the Web standards ?
Once the email is sent, the message is broken into pieces called ____________
Once the email is sent, the message is broken into pieces called ____________
Which format usually works best for photos?
Which format usually works best for photos?
Which of the following protocol is used for e-mail services.
Which of the following protocol is used for e-mail services.
Imagelink can show a text label if you add property.
Imagelink can show a text label if you add property.
The background image will scroll when the user scrolls down the page, you add which property to the <body> tag ?
The background image will scroll when the user scrolls down the page, you add which property to the <body> tag ?
What is a search engine?
What is a search engine?
Output of XML document can be viewed in a
Output of XML document can be viewed in a
The attribute that defines the relationship between the current document and the HREF’ed URL is
The attribute that defines the relationship between the current document and the HREF’ed URL is
Which attribute is used with img tag to display the text if image could not load in browser?
Which attribute is used with img tag to display the text if image could not load in browser?
A much better approach to establish the base URL is to use the _________ element.
A much better approach to establish the base URL is to use the _________ element.
What is the full form of TCP/IP?
What is the full form of TCP/IP?
Adding a border to your image helps the visitor to recognize it as what ?
Adding a border to your image helps the visitor to recognize it as what ?
The HTML tags are all
The HTML tags are all
The <HR> tag is used for
The <HR> tag is used for
HTML tags are used to describe document _______
HTML tags are used to describe document _______
Increasing the cellpadding means
Increasing the cellpadding means
Choose the correct HTML tag to make a text italic.
1. <i>
2. <italic>
3. <it>
4. <il>
Choose the correct HTML tag to make a text italic.
1. <i>
2. <italic>
3. <it>
4. <il>
Which attribute is used to name an element uniquely ?
Which attribute is used to name an element uniquely ?
ALL HTML tags are enclosed in what ?
ALL HTML tags are enclosed in what ?
The default value of BORDER attribute is
The default value of BORDER attribute is
If you create an HTML page in word processor.
If you create an HTML page in word processor.
Which one is the correct e-mail link ?
1. <a href=”mailto:examveda@gmail.com”>
2. <mail>examveda@gmail</mail>
3. <a href=”examveda@gmail”>
4. <href=”examveda@gmail”>
Which one is the correct e-mail link ?
1. <a href=”mailto:examveda@gmail.com”>
2. <mail>examveda@gmail</mail>
3. <a href=”examveda@gmail”>
4. <href=”examveda@gmail”>
_________ is the incoming e-mail server.
_________ is the incoming e-mail server.
WYSIWYG stands for
WYSIWYG stands for
How can you open a link in a new browser window ?
1. <a href="url" target="_blank">
2. <a href="url" target="new">
3. <a href="url" blank>
How can you open a link in a new browser window ?
1. <a href="url" target="_blank">
2. <a href="url" target="new">
3. <a href="url" blank>
The BODY tag is usually used after
The BODY tag is usually used after
To add a plain color background to your web page, use which of the following ?
1. <body bgcolor= “36,24,35”>
2. <body color= “# FF000”>
3. <body bgcolor= “# FF000”>
To add a plain color background to your web page, use which of the following ?
1. <body bgcolor= “36,24,35”>
2. <body color= “# FF000”>
3. <body bgcolor= “# FF000”>
Which property tells how many rows a cell should span ?
Which property tells how many rows a cell should span ?