Breaking

Latihan2.html

 Materi : Latihan2.html


Silakan copy paste ke notepad dan simpan dengan nama latihan2.html. 
Kemudian jalankan menggunakan browser.

<html>
    <head>
        <!-- All Meta tags goes here -->
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="First Web Page">
        <title>My First Web Page</title>
    </head>
    <body>
        <!-- All Content tags goes here -->
        <h1>Welcome to my First Page</h1>
<h2>Welcome to my First Page</h2>
<h3>Welcome to my First Page</h3>
<h4>Welcome to my First Page</h4>
        <!-- https://www.lipsum.com/ -->
        <p>Lorem Ipsum is simply dummy text of the printing 
            and typesetting industry. Lorem Ipsum has been 
            the industry's standard dummy text ever since the 1500s, 
            when an unknown printer took a galley of type and 
            scrambled it to make a type specimen book.
        </p>
    </body>
</html>


Output