Skip to content

Instantly share code, notes, and snippets.

@Proful
Created August 16, 2012 12:16
Show Gist options
  • Select an option

  • Save Proful/3369743 to your computer and use it in GitHub Desktop.

Select an option

Save Proful/3369743 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Hello World</title>
</head>
<body>
<p>Hello Idiot!!!</p>
<div><p>There is something important</p></div>
</body>
</html>
div p{
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment