Assignment-1 (Program Utility Software)
Assignment-1 (Program Utility Software)
PRACTICAL 1
HTML is a text document with formatting codes and this document has the suffix “.html” or “.htm”.
Just write down above code in the notepad editor and save this file with the extension of .html or
.htm and then double click on that file you will get output on the default web browser.
OUTPUT
PASTE THE SCREENSHOT .
PRACTICAL –2
WRITE THE HTML CODE FOR THE BELOW TABLE:
PRACTICAL 3:
<body>
<p>
<font face="Arial" color="red">
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
</font>
It is the core Lorem Ipsum is simply dummy text of the printing and
typesetting industry.
</font>
<font face="Verdana" color="blue">
</font>
<font face="Helvetica" color="yellow">
</font>
</p>
</body>
</html>
Example of HTML Program having CSS border properties