<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">

<!--
    For Homework 7 - Problem 4

    adapted by: YOUR NAME
    by: Sharon Tuttle
    last modified: 2025-03-17

    you can run this using the URL:

    
-->

<head>
    <title> flex play </title>
    <meta charset="utf-8" />

    <link href="https://nrs-projects.humboldt.edu/~st10/styles/normalize.css"
          type="text/css" rel="stylesheet" />

</head>

<body>
    <form action="https://nrs-projects.humboldt.edu/~st10"
          method="get">

    <div class="info">
        <label for="example">Enter something:</label>
        <textarea name="example" id="example"
                  rows="5" cols="15"></textarea>
    </div>

    <div class="next-step">
            <input type="submit" name="continue" value="more" />
            <input type="submit" name="done" value="done" />
    </div>
    </form>

    <footer>
    <hr />
    <p>
        Validate by pasting .xhtml copy's URL into<br />
        <a href="https://validator.w3.org/nu">
            https://validator.w3.org/nu
        </a>
        or  
        <a href="https://html5.validator.nu/">
            https://html5.validator.nu/
        </a>
    </p>
    </footer>
</body>
</html>