News

html_assignment_2 in this assignment we have to create 4 tables. In 1st I have used table , td, and tr tag. and text - alignment for arrenging the text in left , center and right position. in 2nd ...
If we want to print data in the form of table in html we use TABLE tag. Table contain rows and columns. For creating rows in table we use tr tag with in table tag. For creating columns in table we use ...