Skip to content

Instantly share code, notes, and snippets.

@anaszen777
Created August 12, 2013 15:16
Show Gist options
  • Save anaszen777/6211725 to your computer and use it in GitHub Desktop.
Save anaszen777/6211725 to your computer and use it in GitHub Desktop.
<html>
<body>
<p>This text is not written in div element.</p>
<div style="color:blue">
<h2>This heading is written in div element</h2>
<p>This is some text in a div element.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment