saving . . . saved TEST AND CERTIFICATE has been deleted. TEST AND CERTIFICATE has been hidden .
TEST AND CERTIFICATE
Title
Question
I have gone through all the vedios of html through swayam portal. I want to know how to give test and get certificate.

HTML General None min None sec 31-08-21, 8:37 p.m. jaishankar1603

Answers:

Hi, 

Do write on my email id dianaly3129@gmail.com with following details, we will help you. 

1. Full name-
2. College name-
3. Email id- 
4. Phone number- 

Thanks and Regards,
Diana Low

09-09-21, 1:26 p.m. Diana21


<!DOCTYPE html>
<html>
<head><title>form</title></head>
<body>
<h1>Personal Details</h1>
<h4>USER REGISTRATION</h4>
<hr>
<form>
<label for="fname"><b>Full Name</b></label><br/>
<input type="text" name="fname"><br/>
<label for="cname"><b>College Name</b></label><br/>
<input type="text" name="cname"><br/>
<label for="emailid"><b>Email Id</b></label><br/>
<input type="email" name="emailid"><br/>
<label for="phone"><b>Phone Number</b></label><br/>
<input type="tel" name="phone"><br/>
<button onclick="alert('Registration Complete')">Submit</button> 
</form>
</body>
</html>

24-11-21, 6:14 a.m. DeepikaChandrasekaran


Log-in to answer to this question.