Home | About Us | Contact Us
Listed top html questions and answers and answers, which are frequantly asked in interviews and competitive exams. These HTML questions cover the latest HTML5 version tags and elements, including css based questions.
Q 61.
Apart from <i> tag, what other tag make text ITALIC ?
Ans.
<em>
|
Q 62.
HTML tag define ?
Ans.
Presentation of specified elements of a document
|
Q 63.
Graphics defind by SVG is in HTML format. True or False ?
Ans.
False
|
Q 64.
A much better approch to establish the base URL is to use the ______ element ?
Ans.
Base
|
Q 65.
_______ method is used to sent From data as URL varibale ?
Ans.
GET
|
Q 66.
Block elements are normally displayed without starting a new line. True ro False ?
Ans.
False
|
Q 67.
Which element represent pre-formated text ?
Ans.
<pre>
|
Q 68.
HTML is a protocol to describe web content. True or False ?
Ans.
False
|
Q 69.
_______ method is used to sent Form data as HTTP Post ?
Ans.
POST
|
Q 70.
Which attribute is used to provide an advisory text about an element or its content ?
Ans.
Title
|
Q 71.
XML stands for ?
Ans.
Extensible markup language
|
Q 72.
What is the correct HTML syntax for inserting a background image on a web page ?
Ans.
<body background = 'image.png' >
|
Q 73.
When was HTML was proposed ?
Ans.
In 1990
|
Q 74.
What is the full form of 'href' ?
Ans.
Hypertext Reference
|
Q 75.
HTML 5 means ?
Ans.
HTML level 5
|
Q 76.
Who is the father of world wide web ?
Ans.
Tim Bernes-lee
|
Q 77.
What are the valid extensions for HTML file ?
Ans.
.html, .htm, .phtml and .xml
|
Q 78.
When should you use path along file name of picture in <img> tag ?
Ans.
When the location of the image file and html file are different.
|
Q 79.
The _____ character tells browser to stop tagging the text ?
Ans.
'/'
|
Q 80.
HTML documents are saved in ?
Ans.
ASCII text
|
Q 81.
Tags and text that are not directly dislplayed on the page are written in ______ section ?
Ans.
<head> section
|
Q 82.
Which <ol> attribute is used to start a list form number and alphabets like 1, 2, 3 ?
Ans.
START
|
Q 83.
Which is the least prominent heading tag ?
Ans.
<h6> tag
|
Q 84.
What are the attributes of <img> ?
Ans.
src, border, align, width and height
|
Q 85.
Which HTML tag is used to underline the text ?
Ans.
<u> tag
|
Q 86.
What is the syntax to set a language of a webpage ?
Ans.
<html lang='hi'> Here 'hi' stand for Hindi language
|
Q 87.
What are the attributes of <HR> tag ?
Ans.
Align, No Shade, Size, Width and Color
|
Q 88.
VLINK tag is used for ?
Ans.
Change the color of visited link. By deafult its color is Violet
|
Q 89.
ALINK tag is used for ?
Ans.
To set the color of active link. By deafult its color is Red
|
Q 90.
How to set background color of a webpage ?
Ans.
<Body bgcolor="blue">
|