Untitled
unknown
plain_text
3 years ago
568 B
5
Indexable
html> <head> <title>Online Shopping Website</title> < head> <body> <h1>Welcome to Our Online Shopping Website!</h1> <p>We offer a wide selection of products for you to shop from.</p> <!_- Create a form for the user to search for a product --> <form action="search_products.php" method="POST"> <input type="text" name-"search term" placeholder= "Search for a product"/> <input type="submit" value= "Search"/> </form> <!-- Create a link to the homepage --> <a href="index.php">Homepage</a> <!_- Create a link to the cart --> <a href="cart.php">Cart</a> < body> < html>
Editor is loading...