Sunday 9 August 2020

CREATING A FORM LAYOUT IN HTML Using CSS (CSS Code in next post)

 

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

  1. Notepad++
  2. Sublime Text
  3. Atom
  4. 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:
  1. <html>
  2. <title>
  3. <body>
  4. <div>
  5. <button>
  6. <input>
  7. <label>
  8. <textarea>
Code:


We will learn to link this html file with our style.css file in the next post.

Stay tuned

Previous Post
Next Post