Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy readonly attribute
<
/title
>
<
/head
>
<
body
>
<
input
type
="text"
value
="Wikitechy"
>
<
input
type
="text"
value
="Wikitechy"
readonly
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy readonly attribute</title> </head> <body> <input type="text" value="Wikitechy" > <input type="text" value="Wikitechy" readonly > </body> </html>
Result