Last active
October 25, 2024 13:24
-
-
Save Shakil-Shahadat/c3814cb9ded8cb7625f7a8da98430f65 to your computer and use it in GitHub Desktop.
★ Miscellaneous HTML Codes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Turn Off Spell Check --> | |
<input type="text" spellcheck="false"> | |
<!-- Auto Focus --> | |
<input type="text" autofocus> | |
<!-- Content Editable --> | |
<p contenteditable></p> | |
<!-- Horizontal Centering --> | |
<p align="center"></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment