generate html from descriptionSun, 12 Feb 2023
Cool looking website
<!DOCTYPE html> <html> <head> <title>Cool Website</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div class="container" id="main">hello world</div> </body> </html>