Please help me I need help in creating code for a web page to a fictitious event
ID: 3853795 • Letter: P
Question
Please help me I need help in creating code for a web page to a fictitious event. The page should provide all relevant information for the event. (i.e. what it is, purpose, where, when, etc.). Pictures and theming as appropriate for event. Provide the user with the ability to register for the event. Provide a confirmation of the registration along with appropriate information from the user’s registration. (i.e. first and last name, event, confirmation number, etc.) well I learned simple Html of course simple java Script, and simple CSS. Can you make it alittle more simple like for a novice.Can you do code for me please it needs to be about an event. Can you check to make sure it works.
Explanation / Answer
Here is thje HTML simple code for registraion . i have tried it and its working fine for a novice
<div class="back"></div>
<div class="registration-form">
<header>
<h1>Sign Up</h1>
<p>Fill in all informations</p>
</header>
<form>
<div class="input-section email-section">
<input class="email" type="email" placeholder="ENTER YOUR E-MAIL HERE" autocomplete="off"/>
<div class="animated-button"><span class="icon-paper-plane"><i class="fa fa-envelope-o"></i></span><span class="next-button email"><i class="fa fa-arrow-up"></i></span></div>
</div>
<div class="input-section password-section folded">
<input class="password" type="password" placeholder="ENTER YOUR PASSWORD HERE"/>
<div class="animated-button"><span class="icon-lock"><i class="fa fa-lock"></i></span><span class="next-button password"><i class="fa fa-arrow-up"></i></span></div>
</div>
<div class="input-section repeat-password-section folded">
<input class="repeat-password" type="password" placeholder="REPEAT YOUR PASSWORD HERE"/>
<div class="animated-button"><span class="icon-repeat-lock"><i class="fa fa-lock"></i></span><span class="next-button repeat-password"><i class="fa fa-paper-plane"></i></span></div>
</div>
<div class="success">
<p>ACCOUNT CREATED</p>
</div>
</form>
</div>
hope u find it helpfull
.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.