Created
May 29, 2017 06:57
-
-
Save andimariadi/1f6511341395b8421d80fe4fdfb8af27 to your computer and use it in GitHub Desktop.
Index lengkap perubahan css
This file contains 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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Ayo Membuat website Study-newbie.blogspot.com</title> | |
<link href="styles.css" rel="stylesheet"> | |
</head> | |
<body> | |
<p>Hello world</p> | |
<a href="#"> Tes pointer </a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment