...

/

🖥️ PROJECT: Building a Social Media Login Form

🖥️ PROJECT: Building a Social Media Login Form

This lesson will help test your skills on login form creation and linking your login form with social media, with a bonus – a flavor of some CSS. Let's get started!

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.

Note: We will not be using the submit input type ...