Created
April 11, 2020 13:44
-
-
Save aacassandra/08eb2e35f53f75c30256bd82c1da61cf to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Paragraf (6/33)
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> | |
<!-- Paragraf --> | |
<p>Ini adalah contoh paragraf</p>, saya mencoba menambahkan kalimat di sebelah paragraf | |
<p>paragraf 2</p> | |
<p>paragraf 3</p> | |
<!-- Tanpa Paragraf --> | |
Ini adalah contoh kalimat tanpa paragraf, saya mencoba menambahkan kalimat di sebelahnya | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment