0
How to create an html page with input like image, text, color and it should be displayed in output
Inputs has to be given in text and it should be displayed in output as a html page
5 Respuestas
+ 5
There are several input types exists in HTML5. To know more about input head to HTML5 course.
input type=text
input type=search
input type=tel
input type=url
input type=email
input type=date
input type=month
input type=week
input type=time
input type=datetime-local
input type=number
input type=range
input type=color
input type=checkbox
input type=image
input type=file
+ 4
check out this code
https://code.sololearn.com/WNbXpdyADgvP/?ref=app
+ 1
study html
0
But I need my inputs to displayed in output with color, text, image what I have given as input
0
Thanks for ur reply but I don't want my inputs to be in form I want those to be displayed as like page with paragraph with bg color same as when we specify those with color, align etc