I want the icon to be included in the enter input button. I tried the following, but this does not work. Any tips?
<input type="submit" name="submit" value="Submit" />
I want to add the following:
<i class="material-icons">star_rate</i>
There are various ways to do this, but according to your code, just use
<button type="submit" name="submit"><i class="material-icons">star_rate</i></button>
Source: https://habr.com/ru/post/1651253/More articles:Управление сертификатом Apple Developer/iOS - iosHow to set up custom response header in AWS S3 - amazon-s3You need to create a Java JAR file and add it to Maven Dependency - javaTor is not an HTTP proxy - curlHow to make a text box multi-line in a native reaction? - multilineHas anyone successfully linked data files into a single file using Pyinstaller? - pythonMongoDB secondary records are twice as large as primary - mongodbPyPandoc в сочетании с PyInstaller - pythonclojure.core.async - using>! and How does adding the dont_filter = True argument to scrapy.Request make my parsing method work? - web-scrapingAll Articles