HTML CSS & Java Script
Boilerplate of HTML <!DOCTYPE html> <!--Our HTML code start here --> <html lang="en"> <!--Our HTML tag start here --> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Aslam</title> </head> <!--Our body tag start here --> <body> Hello world </body> </html> Comment syntax <!-- Our Comments --> Title, Script, Link & Meta Tags <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="description" content="This is description...