<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta http-equiv = "X-UA-Compatible" content = "IE=edge" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > HTML TABLES </ title > </ head > < body > < h1 > TABLE 1 </ h1 > < table border = "4" width = "35%" > < thead > <!-- 1st Row Spanned--> < tr > < th colspan = "4" > Purchased Equipment (June,2006) </ th > </ tr > <!-- 2nd Row Spanned...
Comments
Post a Comment