Online Html Editor

<!DOCTYPE html> <html> <head> <title>HTML step Attribute</title> <style> </style> </head> <body> <h1 style="color: green;">tutorials <span style= "color: black">point</span> </h1> <h2>HTML step Attribute</h2> <input type="number" step="5" placeholder="multiples of 5"> </body> </html>