Created
May 8, 2020 02:51
-
-
Save aacassandra/b1f999dc82fac0f9bba9eae68da30099 to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Hyperlink (9/33) - (profile.html)
This file contains hidden or 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>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