Total Questions:-122 Goto Page:
1
2 3 4 5 6 7 8 9 10 11 12 13
R4R ---> Articles--> HTML -->HTML Articles List
Page 1
Articles:
Attibutes names and their values are case-sensitive or not?
Post Your View
ViewsYes,Attributes and their values are case-sensitive. Both should be write on lowercase letters.In new versions of HTML W3C(World Wide Web Consortium) s
For More
By:Vivek
Date:
Articles:
Can we write a comment into the HTML?
Post Your View
ViewsYes,HTML provide us facility to write comments on HTML file.Comments that we write on HTML file are ignored by the browser so it will not display on b
For More
By:Vivek
Date:
Views
By:preethi
Date:
Articles:
Choose correct syntax as per w3c standard:
1.<br><p>Welcome to r4r</br></p>
2.<p>Welcome to r4r</p>
3.<br><p>Welcome to r4r</p></br>
4.<b><p>Welcome to r4r</p></b>
5.<b><p>Welcome to r4r</b></p>
Post Your View
ViewsChoose correct syntax as per w3c standard:
2.<p>Welcome to r4r</p>
4.<b><p>Welcome to r4r</p></b>
For More
By:Rajesh Kumar
Date:
Articles:
Choose correct syntax for making a submit button:
1. <form action=””>
<input type="submit" name="s1" value=" Press " />
</form>
2.
<input type="submit" name="s1" value=" Press " />
3. <form action=””>
</form>
4. <form action=””>
<input type="button" name="s1" value=" Submit " />
</form>
Post Your View
Views1. <form action=””>
<input type="submit" name="s1" value=" Press " />
</form>
For More
By:Rajesh Kumar
Date:
Views
By:palvi
Date:
Views
By:palvi
Date:
Articles:
Choose correct syntax used for external CSS
1.<style type="text/css">
body {background-color: red}
</style>
2.<link rel="stylesheet" type="text/css" href="r4rcss.css">
Here r4rcc.css is in to same directory .
3. Both
4. None
Post Your View
Views2.<link rel="stylesheet" type="text/css" href="r4rcss.css"> Here r4rcc.css is in to same directory
For More
By:Rajesh Kumar
Date:
Articles:
Choose correct tag to break line in XHTML?
a. <br>
b. <br />
Post Your View
Views
By:Vivek
Date:
Articles:
Choose true option :
1.HTML allow images and objects to be embedded on web page to create interactive forms by using some script.
2.HTML allow images and objects to be embedded on web page to create interactive forms by using tags.
3.Both of the above
4.None
Post Your View
Views2.HTML allow images and objects to be embedded on web page to create interactive forms by using tags
For More
By:Rajesh Kumar
Date:
Articles:
DHTML stands for
a. Direct Hyper Text Markup Language
b. Dual Hyper Text Markup Language
c. Dynamic Hyper Text Markup Language
d. Domain Hyper Text Markup Language
Post Your View
Viewsc. Dynamic Hyper Text Markup Language
For More
By:Vivek
Date:
Views
By:davinder
Date:davinderbrar1981@yahoo.com
Articles:
DOM is an
a. Microsoft Standard
b. Sun Microsystem Standard
c. W3C standard
Post Your View
Views
By:Vivek
Date:
Articles:
Give an example shows properly nested element in XHTML?
Post Your View
Views
By:v
Date:
Views In HTML we can improperly nested some element each other like that,
<b><i>Gives text as bold and italic</b></i>
Where as In XHTML, all elements mu
For More
By:Vivek
Date:
Go:
1
2 3 4 5 6 7 8 9 10 11 12 13