Code
Execute
<!DOCTYPE html> <html> <body> <table border="2"> <tr> <th>Technology</th> <th>language</th> </tr> <tr> <th>HTML</th> <th>Markup lang</th> </tr> <tr> <th>JavaScript</th> <th>Scripting lang</th> </tr> </table> </body> </html>
Result