以前只會用 motion
:help motion.txt 6. Text object selection
This is a tes|t. Do not be alarmed.
If that’s your text, and the cursor is at the pipe:
ciw # remove all of 'test', enter insert mode
caw # remove the word 'test' and preceding space, enter insert mode
vit # visually select all the text within the <p> tags
vat # visually select the whole <p> element