1. `oncontextmenu="window.event.returnvalue=false"` will completely disable the right-click menu.
`no` can be used for tables.
2. `` cancels text selection and prevents copying.
3. `onpaste="return false"` disallows pasting.
4. ... (The sentence is incomplete in the original text.)