संदेश

जून, 2022 की पोस्ट दिखाई जा रही हैं

Calculator

  <script language="JavaScript"> <!-- function perc1() { a = document.form1.a.value/100; b = a*document.form1.b.value; document.form1.total1.value = b } function perc2() { a = document.form1.c.value; b = document.form1.d.value; c = a/b; d = c*100; document.form1.total2.value = d } //--> </script> <br /> <form method="post" name="form1"> <table border="1" cellpadding="1" cellspacing="1"> <tbody> <tr> <td align="middle" colspan="3"><b><span style="font-size: medium;">Percentage Calculator</span></b> </td> </tr> <tr> <td>What is <input name="a" size="15" />&nbsp;% of <input name="b" size="15" />?</td> <td>Answer: <input maxlength="40" name="total1" size="15" /><...

Percentage Calculator

  <script language="JavaScript"> <!-- function perc1() { a = document.form1.a.value/100; b = a*document.form1.b.value; document.form1.total1.value = b } function perc2() { a = document.form1.c.value; b = document.form1.d.value; c = a/b; d = c*100; document.form1.total2.value = d } //--> </script> <br /> <form method="post" name="form1"> <table border="1" cellpadding="1" cellspacing="1"> <tbody> <tr> <td align="middle" colspan="3"><b><span style="font-size: medium;">Percentage Calculator</span></b> </td> </tr> <tr> <td>What is <input name="a" size="15" />&nbsp;% of <input name="b" size="15" />?</td> <td>Answer: <input maxlength="40" name="total1" size="15" /><...

Instagram Hashtag Generator

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script> <style> * { box-sizing: border-box; } html { background-color: #DAF7A6; } } form { background-color: #fff; margin: auto; max-width: 970px; padding: 20px; border: 10px groove #ddd; border-radius: 15px; box-shadow: 0 3px 5px rgba(0,0,0,.2); h2 { margin-top: 0; text-align: center; } label { display: block; margin-bottom: 1em; [type=text] { font-size: inherit; display: block; width: 100%; padding: .5em; border-radius: 15px; border: 10px solid #ddd; } ...

Logo maker

चित्र
  <html lang="en"> <head> <! -- Adsense Ad Code -- > <meta charset="UTF-8"></meta> <title> Xoom Free Logo Maker Online</title> <meta content="width=device-width,initial-scale=1,maximum -scale=1" name="viewport"></meta> <meta content="Simply enter a few details about y o ur compan y and select y our design preferences, and our logo creator tool will cre ate the perfect logo for your brand." name="description"></meta> <meta content="your Site URL" property="og:url"></meta> <meta content="article" property="og:type"></meta> <meta content="Logo Maker" property="og :title"></meta> <meta content="Simply enter a few details about your company and select your design preferences, and our logo creator tool will cre ate the perfect logo for yo...