Close the nearest open html/xml tag: OPTION + COMMAND + PERIOD
For example, if you have:
<div>Lorem ipsum dolor sit amet, consectetur
CONTROL + COMMAND + D will automatically add the closing </div>
tag to create:
<div>Lorem ipsum dolor sit amet, consectetur</div>