Strike Text
Example:
<html>
<head>
<title>
strike through
</title>
</head>
<body>
HTML <s>developer</s>
</body>
</html>
Bold Text
Example
<html>
<head>
<title>
bold text
</title>
</head>
<body>
Education <strong>point</strong>
</body>
</html>
Emphasize the Text
Example
<html>
<head>
<title>
italic text
</title>
</head>
<body>
Education <em>point</em>
</body>
</html>
Comments
Post a Comment