Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Created April 11, 2020 07:06
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/70aaa4fafab8c2d439ac53e7823f6bc3 to your computer and use it in GitHub Desktop.
Save aacassandra/70aaa4fafab8c2d439ac53e7823f6bc3 to your computer and use it in GitHub Desktop.
Belajar HTML: Huruf Tebal, Miring & Garis Bawah (4/33)
<!DOCTYPE html>
<html>
<head>
<title>sahabatcoding</title>
</head>
<body>
<b>Ini huruf tebal</b>
<br>
<i>Ini huruf miring</i>
<br>
<u>Ini huruf bergaris bawah</u>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment