Created
February 21, 2020 13:50
-
-
Save workze/6ebee1e791e94c25dc747aeabb7464e9 to your computer and use it in GitHub Desktop.
html base common
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>test</title> | |
<link rel="stylesheet" type="text/css" href="mystyle.css"> | |
<style type="text/css"> | |
body {background-color: red} | |
p {margin-left: 20px} | |
</style> | |
</head> | |
<body> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment