Advertisements
Advertisements
प्रश्न
Write an HTML Code for following output
COLLEGE ← h 1 and center |
Principal • Vice Principal • Professors • Non-teaching Staff For more details click here |
(The words click here act or hypcrlink to next page whose address is "C:\MyDcouments \ Al.HTML")
टिप्पणी लिखिए
उत्तर
<HTML>
<BODY>
<TABLE>
<TR> <CENTER> <H1> COLLEGE </H1> </CENTER> </TR> <BR>
<TR> Principal </TR>
<UL type= “disc" >
<LI> Vice Principal </LI>
<LI> Professors </LI>
<LI> Non teaching Staff </LI>
</UL>
For more details <A HREF = “C:\My Document \A1.HTML”> click here </A>
</TABLE>
</BODY>
</HTML>
shaalaa.com
Hyper Text Markup Language (HTML)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?