Hello friends in this post I am going to show how to create our first HTA Application. To create a HTA application you required a windows environment with basic knowledge of HTML.
To create your first HTA application open a blank notepad and past below code
<html>
<head>
<title>HTA Hello World</title>
</head>
<body>Hello World</body>
</html>
Save the changes with "MyFirstHTAApp.hta". This step is important save the file in. hta extension.
Now open your saved hta file by double click.
Wow your just created your first HTA Application.
Great! Now what we done here, as i explained in my previous article that HTA stands for HTML Application stored in local machine with *.hta extension. So using HTML code you can create great applications for windows. HTA provide you the power of HTML to create great windows app. In the next article we learn to add HTA tag only applicable for HTA applications.
HTA tag
No comments:
Post a Comment