Untuk judul atau sub judul dalam dokumen HTML
<h1 [align=”left”|”center”|”right”]> . . . </h1>
<h2 [align=”left”|”center”|”right”]> . . . </h2>
..
<h6 [align=”left”|”center”|”right”]> . . . </h6>
CONTOH:
Script:
<html>
<head>
<title> Heading </title>
</head>
<body>
<h1 align="center">Heading 1: HTML</h1>
<h2 align="center">Heading 2: HTML</h2>
<h3 align="center">Heading 3: HTML</h3>
<h4 align="center">Heading 4: HTML</h4>
<h5 align="center">Heading 5: HTML</h5>
<h6 align="center">Heading 6: HTML</h6>
</body>
</html>
Tidak ada komentar:
Posting Komentar