Translate

Monday, 30 October 2017

address tag


<!DOCTYPE html>
<html>

<head>
  <title>Address</title>
</head>

<body>

  My Address is.
  <Address>
    Mafas,<br>
Brinthuraichenai,<br>
Valaichenai,<br>
Pin-629167,<br>
B.T.Dist.
  </Address>

</body>

</html>

No comments:

Post a Comment

Featured post

check box

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