So today we are gonna make a registration form layout as below using HTML and CSS.
To run the code you can use any editor of your choice like
- Notepad++
- Sublime Text
- Atom
- Adobe Dreamweaver CC
Note: The background image is uploaded from local host and not any URL so use yours in the code.Html Tags Used:- <html>
- <title>
- <body>
- <div>
- <button>
- <input>
- <label>
- <textarea>
Code:
- <html>
- <title>
- <body>
- <div>
- <button>
- <input>
- <label>
- <textarea>
Stay tuned