Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ibrhmbzkrtcom/596be369579834812256fb9f9f5c781c to your computer and use it in GitHub Desktop.
Save ibrhmbzkrtcom/596be369579834812256fb9f9f5c781c to your computer and use it in GitHub Desktop.
Example 1: Highlighting Non-Standard Terms
<!DOCTYPE html>
<html>
<head>
<title>Example of <u> Tag</title>
</head>
<body>
<p>In this text, the word <u>kludge</u> refers to an awkward but functional solution.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment