Tik 1

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

<head>

<p>Create your Google Account</p>

</head>

<body>

<h3>Create your Google Account</h3>

<article>

<div>One account is all you need</div>

<div>A single username and password gets you into everything google</div>

<div>

<img src="/" alt="google logo">

<img src="/" alt="gmail logo">

<img src="/" alt="chrome logo">

<img src="/" alt="youtube logo">

<img src="/" alt="meet logo">

<img src="/" alt="photos logo">

</div>

<h4>Take it all with you</h4>

<div>Switch between devices and pick up whenever you left off</div>

<div>

<img src="/" alt="desktop">

</div>

</article>

<article>

<div>

<label for="name">Name</label>

<input type="text" id="name" name="name" placeholder="First name">

<input type="text" id="surname" name="name" placeholder="Last name">

</div>

<div>

<label for="username">Choose your username</label>

<input type="text" id="username" name="username" placeholder="Username">


</div>

<div>

<label for="password">Create a Password</label>

<input type="password" id="password" name="password" placeholder="Password">

</div>

<div>

<label for="confirmPassword">Confirm your Password</label>

<input type="password" id="confirm Password" name="confirmPassword" placeholder="Confirm


Password">

</div>

<div>

<label for="birthday">Birthday</label>

<input type="date" id="month" name="month">

<input type="date" id="day" name="day">

<input type="date" id="year" name="year">

</div>

<div>

<label for="gender">Gender</label>

<input type="password" id="gender" name="gender" placeholder="I am ...">

</div>

<div>

<label for="mobilePhone">Mobile Phone</label>

<input type="number" id="mobilePhone" name="gender" placeholder="+31">

</div>

</article>

</body>

DEBORA ARSHIAJ

You might also like