Simple Meta Tag Generator Tool With Angular Js
Demo-
Meta Tag Generator With Angular Js
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<body>
<div ng-app="">
<p>Title: <input type="text" ng-model="title" placeholder="Enter name here"></p>
<p>Description : <input type="text" ng-model="description" placeholder="Enter name here"></p>
<p>Keywords : <input type="text" ng-model="keywords" placeholder="Enter name here"></p>
<p>Author : <input type="text" ng-model="author" placeholder="Enter name here"></p>
<p>Country : <input type="text" ng-model="country" placeholder="Enter name here"></p>
<textarea>
<META CONTENT='{{title}}' NAME='title'/>
<META CONTENT='{{description}}' NAME='description'/>
<META CONTENT='{{keywords}}' NAME='keywords'/>
<META CONTENT='{{author}}' NAME='author'/>
<META CONTENT='{{country}}' NAME='country'/>
</textarea>
</div>
</body>
</html>
Thank You
Team Gajabwap Web In Hindi
ConversionConversion EmoticonEmoticon