- TAB code in HTML ==>  
- non-breakable SPACE in HTML ==>
- <time></time> link
- <sub>subscript</sub> will lower the text
- <sup>superscript</sup> will make the text HIGHER
- “<strong> and <em> and <b> and <i>” all these tags can be used with CSS classes as well which expands their usage. link
- [autocomplete=”off”] turns autocomplete off for an input
- <small> text you want to be in small font</small>
- there are many usefull INPUT TYPES
- <input type=”url” or “reset” or “file” or “tel” etc> more from here
- if you use type=”tel” then you can also use attribute pattern, which will create patter for that input. More on this here.
- every HTML element supports title=”This will be displayed as tooltip”
lower text subscript and this will make text higher superscript, this is all so cool! [ 32 ]
これは日本語でも使えるか?文字のサイズが気になるね all this is written in Japanese.文字が小さいと見えないよね, I just tested how this looks when written in Japanese. Font size might be an issue here. [ 32 ]