Translate

Tuesday, 31 October 2017

link tag


<!DOCTYPE html>
<html>

<head>
  <title>Link in HTML</title>
</head>

<body>

  <a href="http://www.mafasict.blogspot.com">mafasict</a>


</body>

</html>

No comments:

Post a Comment

Featured post

check box

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