The web standard allows programmers on many different computer platforms to dispersed format and display the information server. These programs are called...................
html
web browser
web server
SHOW ANSWERwhich of the following tag is used to mark a begining of paragraph ?
<TD> |
<br> |
<P> |
<TR> |
From which tag descriptive list starts ?
<LL> |
<DD> |
<DL> |
<DS> |
Correct HTML tag for the largest heading is
<head> |
<h6> |
<heading> |
<h1> |
The attribute of <form> tag
Method |
Action |
Both (a)&(b) |
None of these |
Markup tags tell the web browser
How to organise the page |
How to display the page |
How to display message box on page |
|
None of these |
www is based on which model?
Local-server |
Client-server |
3-tier |
None of these |
Which of the following attributes of text box control allow to limit the maximum character?
size |
len |
maxlength |
all of these |
Web pages starts with which ofthe following tag?
<Body> |
<Title> |
<HTML> |
<Form> |
Correct HTML to left align the content inside a table cell is
<tdleft> |
<td raligh = "left" > |
<td align = "left"> |
<td leftalign> |
How 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"> |
Which of the tag is used to creates a number list?
<LI> |
<OL> |
<LI> and <OL> |
None of these |
<INPUT> is
format tag |
empty tag |
both (a) and (b) |
none of these |