0% found this document useful (0 votes)
59 views

HTML Assignments

The document provides instructions for 11 HTML coding assignments, including displaying lists with different symbols, definitions lists, chemical symbols, header tags, title text, web page design examples incorporating multiple tags and attributes, equations, and centered text.

Uploaded by

tejanaveen reddy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views

HTML Assignments

The document provides instructions for 11 HTML coding assignments, including displaying lists with different symbols, definitions lists, chemical symbols, header tags, title text, web page design examples incorporating multiple tags and attributes, equations, and centered text.

Uploaded by

tejanaveen reddy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Html Assignments

1) Please write a HTML code for displaying this output in the browser screen.

Animals

 Cat
 Dog
 Rat

Animals

o Cat
o Dog
o Rat

Animals

 Cat
 Dog
 Rat

Animals

I. Cat
II. Dog
III. Rat

Animals

 Cat
 Dog
 Rat

Animals

1) Cat
2) Dog
3) Rat
2) Please write a HTML code for displaying this output in the browser screen

Animals

1. Cat
2. Dog
3. Rat

Animals

A. Cat
B. Dog
C. Rat

Animals

I. Cat
II. Dog
III. Rat

3. Display Definitions list Example

Tea –Hot Drink

Milk- White Milk

Coffee – It’s and brown drink

4. Display the following chemical symbols on the page


1. H2O
2. H2SO4
3. HNO3

5. What is the role of <hr>tag? What are the various attributes it can take?

6. Display the follow on the page


1. 67 >23
2. x >= a <= b

7. Give an example for header tags {<H1> TO <H6>}

8. Create an HTML document to display the following text in the title bar of the browser.
“Welcome to the world of computers”

9. Incorporate all the tags and attribute in an HTML document to create a full-fledged web
page. Browse the following sites to get an idea for creating your web page.
www.microsoft.com
www.oracle.com

www.paramount.com

www.citibank.com

www.fedex.com

www.yahoo.com
4
10. Display the following equation in your page – 34x+54x3+62x2+2x0=0

11. Display the following Text “India is my country” center aligned on the page

You might also like