Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Created April 11, 2020 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aacassandra/4e64e58e3ecb2e5671e5333c589cdc54 to your computer and use it in GitHub Desktop.
Save aacassandra/4e64e58e3ecb2e5671e5333c589cdc54 to your computer and use it in GitHub Desktop.
Belajar HTML:Menggunakan Element Sub & Sup (5/33)
<!DOCTYPE html>
<html>
<head>
<title>sahabatcoding</title>
</head>
<body>
<!-- Superscript -->
4<sup>3</sup>
<br>
<!-- Subscript -->
4<sub>3</sub>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment