How to use cursor property in HTML using CSS
=> open ur text editer :-
Download Source Code
=> And save it as propert_cursor.html and write below code:-
<html>
<head>
<style type="text/css">
body{
cursor: w-resize;
}
</style>
</head>
<body>
<h1>Hello!</h1>
<b>let`s have a look at css..</b>
<p>HTML by default,is not so attractive.CSS helps in "beautification" of HTMl.
How about learning some CSS magic?CSS stands for Cascading Style Sheet.
This file will help you sharpen your CSS skills.</p>
</body>
</html>
=>then run on ur browser.
=>if u download source code then click on below link :-Download Source Code
Comments
Post a Comment