
Creates a pulldown menu <option> Sets off each menu item <textarea name=? cols="x" rows="y"></textarea> Creates a text box area. Columns set the width; rows set the height.
Pre-formatted, ‘monospace’ text laid out with whitespace inside the element intact.
- [PDF]
HTML CHEAT SHEET
TEXTAREA TAG Multiline free-form text input. The HTML <textarea> element represents a multi-line plain-text editing control.
- [PDF]
HTML CheatSheet
ErrorDocument 500 "Sorry, something went wrong!" ErrorDocument 401 https://htmlg.com/404/ ErrorDocument 404 404error.html. Can I use?
Displays > & Displays & " Displays " Nonbreaking space (won’t insert a line break at this space) Many other entities are defined for special characters. Whitespace is not …
The drawing bundle PGF/TikZ provides a special rectangle node current page which allows users to access all edges and the center of the current page. This is useful if material should be …
Handling Forms How can we submit a form to a server and get an answer back? Idea #1: Use an applet with swing components such as JComboBox, JTextArea, JCheckBox, etc. Idea #2: Use …