Create an html page where I can place a carousel of six portrait images that dont move on their own and manually swipe through the images

Certainly! Here's the HTML code for a carousel of six portrait images that can be manually swiped through:

Here.

Note the data-ride="false" attribute in the carousel div, which prevents the automatic cycling of the images. You can swipe through the images manually using the left and right arrow controls on the sides of the carousel. The images are also set to a fixed height of 600 pixels, which you can adjust to your desired height. Replace the image sources with your own image files, and you should have a working carousel of six portrait images that can be manually swiped through.