Html mini project 2
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Document </ title > </ head > < body > < table border = "black" > < caption > Student Information </ caption > < tr > < th rowspan = "6" > Info </ th > < th rowspan = "2" > Name </ th > < th colspan = "2" > Address </ th > </ tr > < tr > < th > City </ th > < th > House </ th > ...