How do I add a TechTerms.com Search Box to my website?

The TechTerms.com Search Box is a simple HTML5 form that provides your website visitors with easy access to computer definitions.

TechTerms.com Search Box

Adding the search box is easy and free! Simply copy and paste the following code in the HTML of any page where you would like to add the TechTerms.com Search Box.

<!-- Begin TechTerms Search Box -->
<form action="https://techterms.com/search" method="get" id="techterms" style="width: 245px;text-align: center;border: 2px solid #00695C;border-radius: 5px;margin: 20px auto;overflow: hidden;">
<a href="https://techterms.com/" target="_blank" style="display: block;"><img src="https://techterms.com/img/main/techterms_search.png" alt="TechTerms.com Search Box" style="display: block;width: 245px;height: 53px;padding: 0;border: 0;margin: 0;"></a>
<div class="techterms_bottom" style="display: flex;justify-content: space-between;align-items: center;padding: 10px 15px;">
<input type="text" name="term" id="term" style="width: calc(100% - 65px);height: 40px;box-sizing: border-box;font-size: 16px;padding: 0 10px;border: 1px solid #009688;border-radius: 5px;vertical-align: middle;margin-right: 10px;"> <input type="submit" name="submit" id="submit" value="Go" style="width: 50px;height: 40px;font-size: 16px;color: #FFF;background: #00796B;border: 1px solid #00695C;border-radius: 5px;margin: 0;vertical-align: middle;">
</div>
</form>
<!-- End TechTerms Search Box -->

When your visitors search for a term, they will get a definition straight from the Tech Terms Computer Dictionary!

If you have any questions about adding a TechTerms.com Search Box to your website or customizing the code, please contact TechTerms.com.