crop_rotate
Run
<!DOCTYPE html> <html lang="en"> <head> <title>HTML Form Input Attributes</title> </head> <body> <h1>HTML Form Input Attributes</h1> <form> <label for="fname">First Name:</label><br> <input type="text" id="fname" value="Ahmed" ><br> <label for="lname">Last Name:</label><br> <input type="text" id="lname" value="Hamdy" disabled><br> </form> </body> </html>
HTML Form Input Attributes
HTML Form Input Attributes
First Name:
Last Name: