Translate

Monday, 30 October 2017

mark tag


<!DOCTYPE html>
<html>

<head>
  <title>mark tag</title>
</head>

<body>

  Normal Text
  <br>
  mark <mark>This</mark> Text
 
</body>

</html>

No comments:

Post a Comment

Featured post

check box

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