Translate

Monday, 30 October 2017

small tag HTML


<!DOCTYPE html>
<html>

<head>
  <title>small tag</title>
</head>

<body>

  Normal Text<br>
  <small>small Text</small>
  <br>
  This is <small>small</small> Sample

</body>

</html>

No comments:

Post a Comment

Featured post

check box

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