Skip to content

Instantly share code, notes, and snippets.

@desawarna
Created October 24, 2018 14:41
Show Gist options
  • Save desawarna/ca9ed6dd9d0ba00dca03e1e3818a238d to your computer and use it in GitHub Desktop.
Save desawarna/ca9ed6dd9d0ba00dca03e1e3818a238d to your computer and use it in GitHub Desktop.
Yaitu penulisan CSS dimana skrip CSS disimpan dalam file tersendiri dengan extensi .css dan terpisah dengan file HTML.
<!DOCTYPE HTML>
<html>
<head>
<title>Internal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p> Tulisan ini berwarna merah </p>
<p> Tulisan ini dicetak tebal </p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment