Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Created May 8, 2020 02:51
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/b1f999dc82fac0f9bba9eae68da30099 to your computer and use it in GitHub Desktop.
Save aacassandra/b1f999dc82fac0f9bba9eae68da30099 to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Hyperlink (9/33) - (profile.html)
<!DOCTYPE html>
<html>
<head>
<title>sahabatcoding</title>
</head>
<body>
<h3>Selamat Datang di Halaman Profile</h3>
<a href="./index.html">Klik disini untuk kembali ke home</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment