0% found this document useful (0 votes)
3 views

HTML - Tag &LT HTML&GT

Uploaded by

harisubagja
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

HTML - Tag &LT HTML&GT

Uploaded by

harisubagja
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

7/12/24, 9:02 AM HTML: Tag <HTML>

 Home Tutorial Bahasa Indonesia  English Tutorial Youtube Channel About Me  

About Me and This Blog


Home  HTML Dasar  HTML: Tag <HTML> SOCIAL PLUGIN
Stories Of Life
HTML: Tag <HTML>  Portofolio
  
rani

Tag HTML adalah wadah yang memuat seluruh elemen HTML.


Sintaks:
<html>
</html>

Tag HTML memuat 2 sesi jaitu <head> dan <body>, tetapi tidak termasuk tag <!DOCTYPE>.

Contoh:
Berikut ini adalah contoh penggunaan tag html dalam dokumen <html> HTML 5, HTML 4.01 TWITTER
Transitional, XHTML 1.0 Transitional, XHTML 1.0 Strict, dan XHTML 1.1.

Dokumen HTML 5: Posts from @raniirsan

Nothing to see
<!doctype html> POPULAR POSTS
<html>
<head> MySQL: Mengubah Tipe Data Kolom
<meta charset="UTF-8"> dalam Tabel dengan ALTER TABLE ...
MODIFY
<title>Contoh HTML 5</title>
12/17/2019
</head>
<body> MySQL: Menghapus Index dalam Tabel
12/17/2019
<h1>Judul</h1>
<p>Isi Artikel</p>
</body> MySQL: Menghapus batasan NOT NULL
</html> pada tabel (mengizinkan nilai NULL)
12/17/2019

Dokumen HTML 4.01 Transitional MySQL: Menambahkan Nilai Default


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" dengan ALTER TABLE ... SET DEFAULT
"http://www.w3.org/TR/html4/loose.dtd"> 12/17/2019

<html>
MySQL: Mengganti Nama Kolom dalam
<head> Tabel ALTER TABLE ... CHANGE
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 12/17/2019
<title>Contoh HTML 4.01 Transitional</title>
</head>
<body>
<h1>Judul</h1>
<p>Isi Artikel</p>

https://rani-irsan.blogspot.com/2015/04/html-tag.html 1/3
7/12/24, 9:02 AM HTML: Tag &lt;HTML&gt;
</body>
</html>

Dokumen XHTML 1.0 Transitional


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Contoh XHTML 1.0 Transitional</title>
</head>
<body>
<h1>Judul</h1>
<p>Isi Artikel</p>
</body>
</html>

Dokumen XHTML 1.0 Strict


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Contoh XHTML 1.0 Strict</title>
</head>
<body>
<h1>Judul</h1>
<p>Isi Artikel</p>
</body>
</html>

Dokumen XHTML 1.1


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Contoh XHTML 1.1</title>
</head>
<body>
<h1>Judul</h1>
<p>Isi Artikel</p>
</body>
</html>

Tag <html> secara mendasar didukung oleh browser:


 Android

 Chrome

 Firefox (Gecko)

 Firefox Mobile (Gecko)

 Internet Explorer (IE)

 IE Phone

 Opera

 Opera Mobile

 Safari (WebKit)

https://rani-irsan.blogspot.com/2015/04/html-tag.html 2/3
7/12/24, 9:02 AM HTML: Tag &lt;HTML&gt;
 Safari Mobile

Click here if you like this article.

Tags HTML Dasar

REACTIONS

 Facebook  Twitter    

 OLDER NEWER 
HTML: <!DOCTYPE> HTML Block

YOU MAY LIKE THESE POSTS

POST A COMMENT

0 Comments

Post a Comment

TAGS CATEGORIES BLOG LIST

C# Flutter RDLC Reporting SQL Server


TAGS
SSRS VB.NET MySQL

Designed with  by Way2Themes | Distributed by Blogspot Themes Home About Contact Us

https://rani-irsan.blogspot.com/2015/04/html-tag.html 3/3

You might also like