which of the following tag is used to mark a begining of paragraph ?
<TD>
<TR>
<P>
<A>
SHOW ANSWERCorrect HTML tag for the largest heading is
<h1>
<h6>
<heading>
<th>
SHOW ANSWERThe attribute of <form> tag is ..................
method
action
alt
SHOW ANSWERMarkup tags tell the web browser to ...........................
How to organise the page
How to display the page
How to display message box on page
SHOW ANSWERWhich of the following attributes of text box control allow to limit the maximum character?
size
len
maxlength
SHOW ANSWERWeb pages starts with which ofthe following tag?
<html>
<body>
<form>
<head>
SHOW ANSWERWhich of the following is a container?
<body>
<select>
<input>
<br />
SHOW ANSWERFrom which tag the descriptive list starts?
<dl>
<dd>
<ll>
SHOW ANSWERHow can you open a link in a new browser window?
<a href = "url" target = "new">
<a href = "url" target = "_blank">
<a href = "url".new>
<a href = "url" target ="open">
SHOW ANSWERThe tag used to create a hypertext relationship between current document and another URL is ..............................
<link>
<a>
<isindex>
SHOW ANSWER
The text inside the <TEXT AREA> tag works like
<P> formatted text
<T> formatted text
<pre> formatted text
SHOW ANSWERWhat i s the correct HTML for adding a background color?
<background>yellow<Background>
<body color = "yellow">
<body bgcolor = "yellow">
<body bg ="yellow">
SHOW ANSWERMain container for <TR>, <TD> and <TH> is ................
<table>
<group>
<data>
SHOW ANSWER