Create a two-page website by using HTML commands (without using CSS or javascript).
Hello,
I have created a two page website in which there is a login form and if you dont have an account then there is a sign up form to create an account.
This is login page code which will save as login.html
<!DOCTYPE html>
<html>
<head>
<title>Login form</title>
<body style="background-color:#FFE5B4;">
<div class="loginbox">
<h1><center>Email
Login</center></h1><br>
<br>
<form>
<p>Username</p>
<input type="text" name=""
placeholder="Enter Username" align="center">
<p>Password</p>
<input type="text" name=""
placeholder="Enter Password"><br><br>
<input type="submit" name=""
value="Login"><br>
<a href="#">Forgot
Password?</a><br>
<a href="signup.html">Don't
have an account</a>
</form>
</div>
</body>
</head>
</html>
This is signup page code
<!DOCTYPE html>
<html>
<head>
<title>Registration Form</title>
</head>
<body style="background-color:powderblue;"
text-align="center">
<div class="sign_up">
<form name="frm">
<h1>Sign Up</h1>
<hr>
First Name:<input type="text" placeholder="Your First Name"
required><br><br>
Last Name:<input type="text" placeholder="Your Last Name"
required><br><br>
Email:<input type="text" placeholder="Your Email or phone
number" required><br><br>
Password:<input type="password" placeholder="Your Password"
required><br><br>
Confirm Password:<input type="password" placeholder="Your
Re_Password" required><br><br>
<span style="font-size:18px";>Date of
Birth</span><br>
<select name="DOBmonthtxt">
<option>Month</option>
<option value="January">January</option>
<option value="february">february</option>
<option value="March">March</option>
<option value="April">April</option>
<option value="May">May</option>
<option value="June">June</option>
<option value="July">July</option>
<option value="August">August</option>
<option value="September">September</option>
<option value="October">October</option>
<option value="November">November</option>
<option value="December">December</option>
</select>
<select name="DOBdaytxt">
<option>Day</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
<select name="DOByeartxt">
<option>Year</option>
<option value="1990">1990</option>
<option value="1991">1991</option>
<option value="1992">1992</option>
<option value="1993">1993</option>
<option value="1994">1994</option>
<option value="1995">1995</option>
<option value="1996">1996</option>
<option value="1997">1997</option>
<option value="1998">1998</option>
<option value="1999">1999</option>
<option value="2000">2000</option>
</select>
<br><br>
Gender <select name="gendertxt">
<option value="-1">--Gender--</option>
<option value="1">Male</option>
<option value="2">Female</option>
</select>
<br><br>
<input type="checkbox">I Accept Terms and
Conditions<br><br>
<input type="Submit" value="Create a Account"
><br>
</div>
</form>
</div>
</body>
</html>
Create a two-page website by using HTML commands (without using CSS or javascript).
Write a two page paper (size 12, times new roman font) on how HTML, CSS, JavaScript and Java come together to form a website.
Using html/javascript/css create a countdown timer from 6 minutes with a progress bar
Use html form and external javascript for this. and add css for innovation. a. Signup page – for users to signup to the website i. When the user clicks on the submit button, they must see a confirmation alert have signed up. ii. Use a form with six input boxes to allow the user to signup b. Login page – for users to login to the website iii.Use a form with two or more input boxes c. after login user...
Can you create a basic website using HTML or CSS that doesn’t require a web server to run. Couldn't you just store the html or css doc in File/Window Explorer? Would it only need to be stored on a web server if I wanted to view it through the Internet?
I need html and CSS code to create an Ice Cream Shop website . Thank you
Easy Shopping cart using HTML/CSS And javascript please no Bootstrap Thank you in advance!!!!
A full Navbar with logo(image) in the center using only HTML/CSS, please no javascript or bootstrap. Thank you
1.JavaScript scripts can be embedded in an HTML page using the ______ tag. 2.True or false: Dreamweaver’s built-in behaviors require HTML5 structural elements such as <nav> and <section>. 3.Elements must have a defined ___ attribute to be targeted by Dreamweaver’s behaviors 4.The _____________ behavior allows image files to load before they are actually called by a behavior such as Swap Image. 5.Scripts attached to the _______ tag are executed as soon as they browser loads the page. 6.In JavaScript, a(n)...
html css javascript Using a custom element should be approached with caution because you are inventing a tag. True False
make a very simple shopping website using html and css and java script only