Skip to content

Instantly share code, notes, and snippets.

@npras
Created April 5, 2014 10:08
Show Gist options
  • Save npras/9989939 to your computer and use it in GitHub Desktop.
Save npras/9989939 to your computer and use it in GitHub Desktop.
p {
font-size: 14px;
text-align: center;
color: orange;
}
<p>
Hi this is prasanna
</p>
//alert("Hi");
var name = prompt("Hi What's your name?");
alert("Hi Your name is " + name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment