Translate

Monday, 30 October 2017

1st HTML program


<!DOCTYPE html>
<html>

<head>
  <title>First HTML</title>
</head>

<body>

 Mafastech

</body>

</html>




No comments:

Post a Comment

Featured post

check box

<!DOCTYPE html> <html> <head>   <title>Check Box</title> </head> <body>   <input ty...