PNLdev
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
En
English
فارسی
En
English
فارسی
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
Run
<!DOCTYPE html> <html> <head> <style> table, th, td { border: 1px solid black; } </style> </head> <body> <table> <tr> <th>HTML</th> </tr> <tr> <td style="white-space:nowrap">HTML: Web markup language for structuring and communicating content on web pages</td> </tr> </table> </body> </html>