Translate

Monday, 30 October 2017

Quotation tag HTML


<!DOCTYPE html>
<html>

<head>
  <title>Quotation</title>
</head>

<body>

  He said <q>This is too much.</q>

</body>

</html>

No comments:

Post a Comment

Featured post

check box

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