assignment 01

HTML = ? => hypertext markup language ________________________________________________________________________

assignment 02

<html> <head> <title> My First Page </title> <meta name="description" content="This Is Description For My First Page" /> <style> </style> <script> </script> <link rel="" href=""> </head> <body> This Is My First Page </body> </html> ________________________________________________________________________

assignment 03

Question 01 => Yes Or No => no Question 02 => Yes Or No => yes Question 03 => Yes Or No => no Question 04 => Yes Or No => no ________________________________________________________________________

assignment 04

<!--Define keywords for search engines --> <meta name="keywords" content="HTML, CSS, JavaScript"> <!--Define a description of your web page --> <meta name="description" content="Free Web tutorials for HTML and CSS"> <!-- Define the author of a page --> <meta name="author" content="John Doe"> <!-- Refresh document every 30 seconds --> <meta http-equiv="refresh" content="30"> <!-- Setting the viewport to make your website look good on all devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0">