🖥️ PROJECT: Building a Social Media Login Form
Learn to build a social media login form by adding HTML form elements and headings, aligning signup and forgot password links, and integrating social media buttons with icons. Understand form structure and styling techniques while improving your practical skills in HTML and CSS.
We will be creating a login form for Educative, that allows users to login via their social media accounts, namely Facebook, Twitter, and LinkedIn. By the end of the project, your form should look similar to the one shown below:
Project: Final output
Getting started
Task 1
We will start by adding in HTML form data for a simple login form. In addition, add HTML headings as shown in the output for task 1 given below.
Please add your code in the interactive widget provided below, your output will be displayed automatically as you are done coding. ...