HTML

<!DOCTYPE html>

<html>

    <head>

        <h1>About page</h1>

        <link rel="stylesheet" href="stylesheet.css">

    </head>

    <body>

        <div>

            <!--<a href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQyqfVm8oH6iiEoo4HDRCo-j-2K7Uv9B6LO9Q&usqp=CAU">img</a>-->

            <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQyqfVm8oH6iiEoo4HDRCo-j-2K7Uv9B6LO9Q&usqp=CAU" alt="Flower">

        </div>

        <div>

           <form><br><h3><i>Enter your name </i></h3>

            <lable for="fname">First name</lable>

            <input type="text" id="fname"><br><br>

            <lable for="lname">Last name</lable>

            <input type="text" id="fname"><br<br>

            <h3><i> Choose your gender</i></h3>

            <label for="f">Female</label>

            <input type="radio" id="f" name="gender"><br><br>

            <label for="m">Male</label>

            <input type="radio" id="m" name="gender"><br<br>

           </form> 

        </div>

        <div>

            <form><h3><i>Choose your favorite <u>flower</u></i></h3>

                <label for="f">Rose</label>

                <input type="checkbox" id="f"><br><br>

                <label for="f">Lily</label>

                <input type="checkbox" id="f"><br><br>

                <label for="f">Aster</label>

                <input type="checkbox" id="f">

            </form>

        </div>


    </body>

</html>

Comments

Popular posts from this blog

SQL Queries

SQL Queries

SQL Queries