Give an example, how to write the html code, Computer Engineering

Assignment Help:

Write the HTML code for the following table:

T E M P E R A T U R E

C I T I E S

D E L H I

M U M B A I

K O L K A T T A

C H E N N A I

M A X I M U M

2 1

3 5

4 3

5 0

M I N I M U M

5

1 4

2 8

3 2

The HTML code for given table:

< html >

< head >

< title >New Page 1< /title >

< /head >

< body >

< div align="center" >

< center >

< table border="1" width="441" height="106" >

< tr >

< td width="441" height="19" colspan="5" >

< p align="center" >< b >TEMPERATURE< /b >< /td >

< /tr >

< tr >

< td width="60" height="23" >

< p align="center">CITIES

< td width="82" height="23" >

< p align="center">DELHI

< td width="87" height="23" >

< p align="center" >MUMBAI< /td >

< td width="77" height="23" >

< p align="center" >KOLKATTA< /td >

< td width="86" height="23" >

< p align="center" >CHENNAI< /td >

< /tr >

< tr >

< td width="72" height="24" >

< p align="center" >MAXIMUM< /td >

< td width="82" height="24" >

< p align="center" >21< /td >

< td width="87" height="24" >

< p align="center" >35< /td >

< td width="77" height="24" >

< p align="center" >43< /td >

< td width="86" height="24" >

< p align="center" >50< /td >

< /tr >

< tr >

< td width="72" height="21" >

< p align="center" >MINIMUM< /td >

< td width="82" height="21" >

< p align="center" >5< /td >

< td width="87" height="21" >

< p align="center" >14< /td >

< td width="77" height="21" >

< p align="center" >28< /td >

< td width="86" height="21" >

< p align="center" >32< /td >

< /tr >

< /table >

< /center >

< /div >

< /body >

< /html >


Related Discussions:- Give an example, how to write the html code

Can we convert the column data into row data, We download data which arrive...

We download data which arrives to me in a column. I need to use it in a complex sheet that requires data in a row. How can we convert the column data into row data?   Ans) H

Overall computing time, Clustering has been existing since the 1980s when i...

Clustering has been existing since the 1980s when it was used in DEC's VMS systems. IBM's SYSLEX is a cluster approach for a mainframe system. Sun Microsystems, Microsoft, and othe

Write a program using linq to find the sum of first 5 prime , Class Program...

Class Program { static void Main() { int[] MyPrimeNumbers = {1,2,3,5,7}; // Use the Count() and Sum() Standard Query Operators to // compute the count an whole su

Explain approaches to identify free memory area in a heap, Discuss two main...

Discuss two main approaches to identify free memory area in a heap. Two popular systems to identify free memory areas as a result of allocation and de-allocations in a heap are

What do you mean by inline function, The idea behind inline functions is to...

The idea behind inline functions is to insert the code of a known function at the point where the function is called. If done carefully, this can improve the application's performa

Explain problem-oriented and procedure-oriented language, Explain differenc...

Explain difference between Problem-oriented and procedure-oriented language. Problem-oriented and procedure-oriented language: The programming languages which can be utilized

Physical characteristics and access mode of disk drive, Q. Physical charact...

Q. Physical characteristics and access mode of disk drive? Access Time: Access time is time needed between requests made for a read or write operation until the time data are

Explain potential of parallelism, Potential of Parallelism Problems in ...

Potential of Parallelism Problems in the actual world differ in respect of the amount of inherent parallelism intrinsic in respective problem domain. Some problems can be easil

Java Programming, How to parse n size depth node in java and create output ...

How to parse n size depth node in java and create output in same tree format?

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd