Created
October 24, 2018 14:41
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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