Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> ul { list-style-image: url(/pix/printer_icon.gif); } </style> <p>Remember to print out info on the following:</p> <ul> <li>list-style-type</li> <li>list-style-position</li> <li>list-style-image</li> </ul>
Preview