Tuesday, 22 January 2013

Microsoft WebMatrix 2

WebMatrix is a free and lightweight web development tool. Create, publish, and maintain your website with ease... more

Create modal using HTML and CSS

<body>   <dialog id = "modal">      <div>        <h1>Title</h1>        <p>Sample Text</p...