Sunday 25 November 2012

HTML - Worksheet

HTML – Worksheet I

Identify the formatting tags applied in the passage.
25th November  ‘2012
Top 3 highly  paid
1.  Oprah Winfrey :world’s highest paid.
2. Michael Bay  : Scored 2nd place.
3. Steven Spielberg : his Dreamworks forayed into TV.
     HTML  - Worksheet II
Find the error(s) if any in the following program:
<html>
<head>
<title> My Page </head>
</title>
</body>
A postcard signed by the first man on the moon, Neil Armstrong sold for $2,384 </br>
more than three times its pre sale estimate.
<body>
</html>
HTML  -Worksheet III
Write programs in HTML to display the following designs:
1.       
                          @
                @                 @
                          @
2.       
                 
            *  * *  * *
            *            *
            * * *  * * 
4.Predict the output :                                                                      
                   <html>
<head>
<title> Format</title></head>
<body>
_ _&nbsp_ _&nbsp_ _&nbsp__ _<br>
\_/&nbsp\_/&nbsp\_/&nbsp\_/ <br>
 </body>
</html>