Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b1f82b + 2bf4250 commit 799efbdCopy full SHA for 799efbd
HTML/002 HTML Basic/README.md
@@ -5,7 +5,7 @@
5
* Dokumen **HTML** harus dimulai dengan deklarasi tipe dokumen `<!DOCTYPE html>`
6
* Dokumen **HTML** harus mempunyai tag `html`. Dimulai dengan tag pembuka `<html>` dan diakhiri dengan tag penutup `</html>`
7
* Dokumen **HTML** harus mempunyai tag `head`. Dimulai dengan tag pembuka `<head>` dan diakhiri dengan tag penutup `</head>`
8
-* Dokumen **HTML** harus mempunyai tag `body`. Dimulai dengan tag pembuka `<body` dan di akhiri dengan tag penutup `</body>`
+* Dokumen **HTML** harus mempunyai tag `body`. Dimulai dengan tag pembuka `<body>` dan di akhiri dengan tag penutup `</body>`
9
* Element **HTML** harus terletak di dalam tag `body`
10
11
Contoh Dokumen HTML:
0 commit comments