I am brand new to coding and I am currently learning how to create a website that looks good on both desktop and iPhone. However, it seems like the viewport is not working properly and I'm not sure what changes to make. Any assistance would be greatly appreciated.
Here is the website:
And this is the meta code I have implemented:
<!Doctype>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1 minimum-scale=1, userscalable="no" name="viewport">
I suspect that the issue may lie with an image, but I am uncertain. I have made several adjustments to the meta tag, but I have not noticed any changes.