HTML – is closing li tag required?
HTML li tag can be used inside ul or ol tags. Its closing tag is optional and it makes html more readable and less verbose. read more
HTML form file upload hello world
HTML forms can have file type as input field to update and send files to server. To be able to handle file upload, it need read more
How to disable spellcheck in textarea
It is a good idea to disable spell check in textarea element if it is not meant for pure english text. To disable spell check read more