Computer Applications
What is the full form of DTD?
- Document To Definition
- Dynamic To Definition
- Document Type Definition
- Direct Type Definition
Related Questions
Which of the following tags is suitable for creating a numbered list?
<BL><OL><UL>- None of these
To display (X+Y)2, the correct HTML code is:
<SUB> (X+Y)2 </SUB>X+Y<SUP> 2 </SUP>(X+Y) <SUP> 2 </SUP><SUP> (X+Y) 2 </SUP>
Anything written between …………… is taken as a comment.
<?--><?- --?><!-- and --></--->
To start a list with alphabet 'E', which line should be used?
<OL type="A"><OL type="A" start= "5" ><OL type="E" ><OL start="E" >