^ Zona Info: Tag Html Noscript

Tag Html Noscript

Zona Info | Ilmu Komputer |  Juni 25, 2017
Post by: Ian

Tag Html noscript
Contoh:
<!DOCTYPE html>

<html lang="en">

<head>
    <script src="fancyFancy.js"></script>
    <noscript>
        <link href="aHaHaHaHaHaHaEvilLaugh.css" rel="stylesheet">
    </noscript>
</head>

<body>

<p>Hi. You look nice.</p>

<noscript>
    <p>Ha! Lies! You do not look nice.</p>
    <p>We are <strong>alien Mars aliens from Mars</strong>.</p>
    <p>We come to your planet to destroy you.</p>
    <p>We will destroy you by means of static HTML.</p>
    <p>You will be distracted by fancy fancy JavaScript.</p>
    <p>While you are distracted by fancy fancy JavaScript we will destroy you.</p>
    <p>Aaaaaaaaahahahahahahaha!</p>
</noscript>

</body>

</html>
Preview:
Hi. You look nice.

No comments:

Post a Comment