<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Smashing HTML5!</title>
<link rel="stylesheet" href="css/main.css" type="text/css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<script src="js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
</body>
</html>
Here you will find about .net technology. also can get example about MVC.net and jquery.
Monday, March 4, 2013
The markup
Subscribe to:
Post Comments (Atom)
Complete Authentication System in ASP.NET Core using JWT
JWT (JSON Web Token) authentication is widely used for securing APIs in modern applications. In this article, we will build a complete authe...
-
<html> <body> <table> <tr><td>Text to Save:</td></tr> <tr> <td colspan="3...
-
Many developers don't know about how to remove un-used code and block. Visual Studio giving facility to resolve this. The followin...
-
Selector Example Selects * $("*") All elements # id $("#lastname") The element with id="lastname" . class...
No comments:
Post a Comment