Saved Bookmarks
| 1. |
Write the HTML code for creating the following web page using List tag.Computer TermsCPUCentral processing UnitALUArithmetic and logic UnitWWWWorld Wide Web |
|
Answer» HTML> <HEAD> <TITLE>Definition List Tag</TITLE> </HEAD> <BODY> <H1 Align= “center“><B>COMPUTER TERMS</B>< H1><BR> <DL> <DT>CPU <DD>Central Processing Unit <DT>ALU <DD>Arithmetic and Logic Unit <DT>WWW <DD>World Wide Web </DL> </BODY> </HTML> |
|