Hello, I am doing a project for the first time on Frontend Mentor, which requires me to use Github. When I look at the code from my desktop, things look fine and the image shows, but I think I have to change the image path with publishing it on Github, right? Whenever I publish the website via Github, the image never shows.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>OR-Code Challenge</title>
<link rel="stylesheet" href="qrcode.css" />
</head>
<body>
<!--The image -->
<img src="imagecode.jpg"/>
<!--The sentence elements-->
<h1>Improve your front-end skills by building projects</h1>
<h2>Scan the QR code to visit Frontend Mentor and take your coding
skills to the next level</h2>
</body>
</html>
For Frontend Mentor related queries, it’s better to ask in their slack channel itself. As you will find answers quickly.
Don’t worry, GH feels complicated at the start. I suggest to use command line for github during learning phase, once you’re comfortable after few months; either you can continue with command line or through VS Code itself.