Just found an interesting tag – <datalist>, which allows to provide the list with options for user to select. I remember while building my web application...
Continue reading...HTML
Just a little bit about HTML and CSS
HTML <!DOCTYPE html> is placed at the start of an HTML file to indicate to the browser that HTML5 is being used. Tags: <html></html> : contents of website...
Continue reading...