Created
February 4, 2025 13:48
-
-
Save ibrhmbzkrtcom/596be369579834812256fb9f9f5c781c to your computer and use it in GitHub Desktop.
Example 1: Highlighting Non-Standard Terms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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