Tuesday, August 24, 2021

HTML FORM

 HTML FORM CODE

<!DOCTYPE html>>

<html>


<head>

    <meta charset="utf-8">

    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="stylesheet" type="text/css" href="nav.css">

    <script src="https://use.fontawesome.com/d07a8c2f55.js"></script>

    <link rel="preconnect" href="https://fonts.gstatic.com">

    <title>web design</title>

</head>


<body>

    <h1>html using from</h1>

    <form>

        <label for="fname">fristname</label>

        <input type="text"id="fname"placeholder="you name"><br>

       <label for="lastname">lastname</label>

       <input type="text"id="lastname"placeholder="you last"><br>

        <input type="submit"valua="submit">

</body>

</html>

No comments:

Post a Comment

JavaScript Animated

  JavaScript Animated <!DOCTYPE html> <html> <style> #myContainer {   width: 400px;   height: 400px;   position: relative;...