Select and move multiple canvas elements

Hi ,
I am using version 6.6.2. Currently I can select and move one element at a time in canvas.
Is it possible to select multiple elements and move them all at once? Or select all elements in a region drawn by mouse movement?

I have created multiple markdown elements, I am changing my canvas layout and now need to move all these elements. Moving them one at a time is a bit cumbersome. Was hoping there was a way to select them all and move it in one go.
Thanks

@Catherine_Liu can you help with this?

@rcodestuff Yes, you can select multiple elements by holding down shift and clicking on the elements. You can then press G to group them and also press U to ungroup a grouped element. Whether they are grouped or not, you can resize and position all of your selected elements at once.

Thank You.