Sunday, January 10, 2016

Practicsl Question HTML.......


1. BASICS OF HTML - I

a. Create a simple html page to demonstrate the basic structural tags of HTML
b. Create a html page to demonstrate the usage of 10 physical and 10 logical
     text formatting tags.
c. Prepare a html page to display the syntax and usage of any 10 text formatting tags.

2. BASICS OF HTML - 2

a. Create a html page to display your class time table using <pre>......</pre> tag. (Do not use table).
b. Create a html page to write brief description about yourself using header tags, paragraph tag and text formatting tags.

3. IMAGES IN HTML

a. Create an image gallery of any three popular places in Nepal along with their
     short description with the images aligned in left or right.
b. Demonstrate the use of align, vspace and hspace attribute using minimum of four images.

4. LINKS IN HTML

a. Create a webpage to containing brief description about your college and links to your
     college and university website.
b. Demonstrate the use of top to bottom and bottom to top using two anchor tags.

5. LISTS IN HTML

a. Create the following list using html.

1.       MBIS
2.       BBIS
a.        Semester 1
§ Subject 1
§ Subject 2
§ Subject 3
b.       Semester 2
c.        Semester 3
3.       BHTM

b. Create the following list using html

                A. Movies
                                i.   Nepali
                                ii.  Hindi
                                iv. English
                C. Music
                D. Travel
                B. Reading
                E. Social Networking
                F. Chatting

 
6. FORMS IN HTML

a. Design a html form to demonstrate the 10 different types of controls generated using
     INPUT tag.

b. Design a html form to submit a job application form. Demonstrate the use of drop-down
     list, textareas and file upload control.