Simple Document Structure of HTML <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Title here</title> </head> <body> -------------- ------ Body Part here ----------------------- </body> </html>
Post a Comment