Compiler
HTML Tags
<thead>
Run
<!DOCTYPE html> <html> <head> <style> table{ border-collapse: collapse; } table, th, td { border: 1px solid black; } </style> </head> <body> <h1>This is the thead, tbody, and tfoot tag</h1> <table> <thead> <tr> <th>Subject</th> <th>Mark</th> </tr> </thead> <tbody> <tr> <td>English</td> <td>60</td> </tr> <tr> <td>Maths</td> <td>78</td> </tr> </tbody> <tfoot> <tr> <td>Sum</td> <td>138</td> </tr> </tfoot> </table> </body> </html>
Editor Commands
Commands
Shortcut Key (Win)
Shortcut Key (Mac)
selectAll
Ctrl-A
Cmd-A
singleSelection
Esc
-
killLine
-
Ctrl-K (Mac)
deleteLine
Ctrl-D
Cmd-D
undo
Ctrl-Z
Cmd-Z
redo
Ctrl-Y
Shift-Cmd-Z, Cmd-Y
undoSelection
Ctrl-U
Cmd-U
redoSelection
Alt-U
Shift-Cmd-U
goDocStart
Ctrl-Home
Cmd-Up, Cmd-Home
goDocEnd
Ctrl-End
Cmd-End, Cmd-Down
goLineStart
Alt-Left
Ctrl-A
goLineEnd
Alt-Right
Ctrl-E
goLineRight
-
Cmd-Right
goLineLeft
-
Cmd-Left
goLineUp
Up
Ctrl-P
goLineDown
Down
Ctrl-N
goPageUp
PageUp
Shift-Ctrl-V
goPageDown
PageDown
Ctrl-V
newlineAndIndent
Enter
-
save
Ctrl-S
Cmd-S