Lab Assignment – I (HTML)
Last updated
Was this helpful?
Last updated
Was this helpful?
Display your name as plane text WEB Browser •
Display your name in WEB Browser declared inside the body •
Write a complete source code to demonstrate the use of html, head, title, body tag •
Write a source code to demonstrate whitespace collapsing •
Create two paragraphs. Paragraph 1 containing the heading as Management Colleges in Nepal and Paragraph 2 containing the heading as Engineering Colleges in Nepal. Heading of Paragraph 2 must be smaller than the heading of Paragraph 2. Also show the use of b, i, sup, sub, small, strong, abbr, acronym, blockquote with cite attribute, cite , q tag inside the two paragraphs •
Write the HTML code to display the following output: •
Write the HTML code to demonstrate: •
Write a HTML code to demonstrate the concept of: •
Unordered list
ordered list
Nested unordered list
Nested ordered list
Definition list
Write the HTML code to demonstrate image as list •
Write the HTML code to demonstrate the use of URL along with Absolute URL, Relative URL •
How can you create link in HTML? Show a proper section of code •
Write the HTML code to generate the following output with the use of anchor tag: •
The home is in parent directory , about is in sub directory of home and Gallery is in root directory. Write the code for each and every tabs
Create a web page that demonstrate the use of destination anchor using name and id attributes •
Add image using img tag •
Create an image gallery of 9 images with 3 images in a row each having 200 width and height 250 •
Write a HTML code to map image as Client side and ServerSide •
Write a HTML code to demonstrate how audio, video can be added to the web pages along with all the attributes •
Write the HTML code to print the following output: •
First Name
Last Name
Fill atleast 5 details
Write XHTML code to demonstrate the use of Nested table with rowspan and colspan attribute •
Create a simple html page to demonstrate the basic structural tags of HTML. •
Prepare an html page to display the syntax and usage of any 10 text formatting tags.•
Create an html page to display your bio data using <pre>
tag. (Do not use table). •
Create an html page to write brief description about your college using header tags, paragraph tag and text formatting tags. •
Create an image gallery of any three popular places in Nepal along with their short description with the images aligned in left or right. •
Demonstrate the use of align, vspace and hspace attribute using minimum of six images. (Make a gallery) •
Create a webpage to containing brief description about your college and links to your college and university website. •
Demonstrate the use of top to bottom and bottom to top link using anchor tags. •
Create the following list using html. •
Create the following list using html. •
Design the following single table using HTML. •
E
F
G
H
J
K
L
M
A B C D E F G H J K L M
Design the following table using nested tables in HTML. •
Logo (image) ABC Company:
Home(link)
About Us(link)
Contact Us(link)
Content 1 News 1 Content 2 News 2
Copyright Facebook, Twitter(link) Powered By
Design an html form to demonstrate the 10 different types of generated using INPUT tag. •
Design an html form to submit a job application form. Demonstrate use of drop-down list, text areas and file upload control. •