Translate

Monday, 30 October 2017

delete tag HTML


<!DOCTYPE html>
<html>

<head>
  <title>Delete</title>
</head>

<body>

  This is the <del>Deleted Text</del>

</body>

</html>

No comments:

Post a Comment

Featured post

check box

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