type in html
<!-- The type attribute is most often used on linking elements to describe the target of a cross-reference. ... The type attribute describes the target of a cross-reference and may generate cross-reference text based on that description. -->
<!-- example -->
<!--
input type can be:
password
email
text
search
date
etc..
-->
<input type="text">
<style type="text/css">