<body> <form action="" method="get"> username:<input type="text" name="username" maxlength="10" size=""> password:<input type="password" name="password" maxlength="10" size=""> </form> </body>
Pro tip: use ```triple backticks around text``` to write in code fences