👤

Salut! Cum creez in html partea aceea cu contactul .. adica sa poti scrie num, e-mail si dupa sa dai submit ...

Răspuns :

Răspuns:

<!DOCTYPE HTML>

<html>

<head>

<title>FACEBOOK</title>

<style type="text/css">

.h{

 color: red;

}

.label{

 text-align: center;

}

</style>

</head>

<body style="background-color: blue">

<p style="text-align:center;color:white;font-family: arial;font-size: 60px">FACEBOOK</p>

<h2 style="align-content:left ;color:white;">Inregistrare</h1>

<h3>Complete all fields</h3>

<div style="color: black">

<form style="text-align: left;">

 <ul>

  <li>

 <label for="email">Email:</label>

 <input id="1" type="text" name="email" required><br><br>

 <label for="username">Username:</label>

 <input id="1" type="text" name="username" required><br><br>

 <label for="country">Country:</label>

 <input id="1" type="text" name="country" required><br><br>

 <label for="phone">Phone:</label>

 <input id="1" type="text" name="Phone" required><br><br>

 <label for="birth">Birth</label>

 <input id="1" type="text" name="Birth" required><br><br></li>

 <li>

 <p style="color:white">Choose your sex</p>

 <input id="1" type="radio" name="gender" value="1" required>Man

 <input id="1" type="radio" name="gender" value="2" required>Woman

 <input id="1" type="radio" name="gender" value="3" required>not say<br><!-- id is useless-->

 <select>

  <option>977</option>

  <option>978</option>

  <input type="phone" placeholder="555.555.5555" name=>

 </select>

 <ul><li>Choose your skin color</li>

 <input id="car" type="text" list="colors">

 <datalist id="colors">

  <option value="Red">

  <option value="green">

  <option value="blue">

 </datalist>

 <button align="right" style="margin-left: 150px">Submit</button></ul>

</body>

</html>

Explicație:

Am facut eu ceva de genul mia demult