Quickly Write Nested Tags in Sublime Text
Quickly Write Nested Tags in Sublime Text
RELATED ARTICLES
Coding TipsMarch 31, 2026
Quickly Delete a Word in Any Text Editor
Hit Option–Delete (Mac) or Ctrl–Backspace (Windows) to delete the word to the left of the cursor. This is an operating system feature so it should work in any...
Noble Desktop
Coding TipsMarch 31, 2026
Proper Character Encoding with Unicode
To ensure special characters display properly on your website, do one of the following: Add <meta charset="UTF-8"> into the <head> of every HTML page....
Noble Desktop
Coding TipsMarch 23, 2026
Jump to the Previous or Next Word
Use Option (Mac) or Ctrl (Windows) with the arrow keys to quickly navigate and edit your code. Hit Option–Left (Mac) or Ctrl–Left (Windows) to move the cursor...
Noble Desktop
