Skip to content

Instantly share code, notes, and snippets.

@nvnambnh
Created December 6, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvnambnh/25f08d047788c4f422e95b1f716584d3 to your computer and use it in GitHub Desktop.
Save nvnambnh/25f08d047788c4f422e95b1f716584d3 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/hesogap
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body {
background-color:yellow;
}
h1 {
color:green;
}
</style>
</head>
<body>
<h1>anh dep trai</h1>
<h2> tes</h2>
<h3>namblue</h3>
helo world
<script id="jsbin-source-css" type="text/css">body {
background-color:yellow;
}
h1 {
color:green;
}</script>
</body>
</html>
body {
background-color:yellow;
}
h1 {
color:green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment