/www.mathnstuff.com/papers/webstuf/stuff.txt © 2018 A. Azzolino

   




============================== formatting ==================== ---------------------------------- pre formatted text -------------what you see is what you get ------------------------------------


---------------------------------- paragraphs ------------------------------------ Paragraph tags with no indentation:

Paragraph tags w/some nonbreaking space tags to create indentation:

   

=================== 3 kinds of links, jumps =========== looks like: Starting point tags: starting location Ending point tags: landing location ----------------------- normal jump from one spot to another ------------------- ------------------- normal onpage landing space ------------------- --------------------------- for email link -------------------- ---------------------- links while it opens a new page -------------------- ------------------------- ends opens a new page ------------------- ----------------------- alternate ending -------------- =========== tables ============= =====================----------- ordinary --- additional rows and table data cells may be added -----------
==================---------------------------------------------------- content table for specific purpose ------------------------ ------------------------ includes hidden table name, jump anchor, place in bold for table title, stuff, paragraph, end of table, two blank lines before next content ----------- =============== used to hide stuff ================== =============== end used to hide stuff ================== ======================= line break (acts like an enter when one types) and -------------------------line break (acts like an enter when one types) ----------------
-------------------------------- horizontal line
=============================== lists ----------------------------Ordered List -- has "numbers" -- Good for instructions -------------------------
----------- 5 type attributes are possible * a --lowercase lettering use:
    * A -- uppercase lettering use:
      * I uppercase Roman numerals use:
        * i -- lowercase Roman numerals use:
          * 1 -- Arabic numerals no type or use:
            -------------- start the ordered list counting number at a number other than 1 use:
              -------------------- Unordered List -- has "bullets" -- Good in an index or to set off paragraphs. ----------------
              ---------------- Definition List -- has no markings but easily indents -- Makes a variety of layouts possible! --------------------
              ============================== end lists =========================== ======================= forms sample ============================== This is a form.
              	
              Enter negatives as "-x" rather than "- x"
              This is how to create it.
              	<FORM>	Enter negatives as "-x" rather than "- x" 
              	<INPUT type=text name=first value=0 size=4>
              	<INPUT type=button value="Square" onClick="this.form.result.value= Math.abs(this.form.first.value)*Math.abs(this.form.first.value)">
              	<INPUT type=TEXT value=" 0 " name=result size=12>
              	</FORM>

              for integration
              a =      b =
              ---------- for questions above parents box ------------ 1. How does the function in this table compair to the function in the last table? *Above the base is c. Below the base is e.*
              2. What is the value of ln(e)?*It is 1.* 3. How does the slope function in this table compair to the slope function in the last table? *Above m = cxln(c). Below m = exln(e) which is ex.* ---------- end for questions above parents box ------------ ================== FORMS INPUT OPTIONS =========================== ----------------------------------------------------------- TEXT - as in a short message of at most this many characters -----------------------------------------------------------
               
                Name:
              --------------------------------------------------------------------------- TEXTAREA TEXT AREA BOX - a place to write a longer message ----------------------------------------------------------------------------
              8. What is your major? What are your career plans?
                 
              8.
                  ------------------------------------------------------------ CHECKBOX - as many as desired from a bunch -------------------------------------------------------------
              7. I have in the past shared students' comments with all my students or on a web page. By checking any & all boxes that apply, you hereby give permission to have the prof:
                 
                 
                  ------------------------------------------------------------------------------------ RADIO CHOICES - only one from the bunch ------------------------------------------------------------------------------------
              1. What's your class color:   blue   green   yellow
              1. What's your class color:       ============================================================