Web Technology - HTML

16:  

From which tag the descriptive list starts?

A.

<LL>

B.

<DD>

C.

<DL>

D.

<DS>

 
 

Option: C

Explanation :

Click on Discuss to view users comments.

Write your comments here:



17:  

Correct HTML to left align the content inside a table cell is

A.

<tdleft>

B.

<td raligh = "left" >

C.

<td align = "left">

D.

<td leftalign>

 
 

Option: C

Explanation :

Click on Discuss to view users comments.

Write your comments here:



18:  

The tag which allows you to rest other HTML tags within the description is

A.

<TH>

B.

<TD>

C.

<TR>

D.

<CAPTION>

 
 

Option: D

Explanation :

Click on Discuss to view users comments.

KARTIK said: (5:40am on Tuesday 20th February 2018)
I THOUGHT THAT CAPTION TAG IS FOR HEADING

Write your comments here:



19:  

<Base> tag is designed to appear only between

A.

<HEAD>

B.

<TITLE>

C.

<BODY>

D.

<FORM>

 
 

Option: A

Explanation :

Click on Discuss to view users comments.

Write your comments here:



20:  

How can you open a link in a new browser window?

A.

< a href = "url" target = "new">

B.

<a href = "url" target= "_blank">

C.

<a href = "url".new>

D.

<a href = "url" target ="open">

 
 

Option: B

Explanation :

Click on Discuss to view users comments.

blackheart said: (2:51am on Tuesday 21st November 2017)
How about the target = "_blank"

Write your comments here: