QUESTION 1
? HTML can use two types of graphic formats,
namely, Graphics Interchange Format (GIF) and Joint Photographic
Experts Group (JPEG).
Explain the differences between these two types of graphic formats
pointing out the advantages of each graphic format.
? In HTML, there are two types of tags that can
generate ordered list and unordered list. Explain these two types
of tags and further illustrate them with codes snippet.
? Using a PHP or any other appropriate script, write a function to test if a year is a leap year. Test your function with 2004 and 2001.
Display whether it is a leap year or is not a leap year.
ANS: