I’ve gotten the basics down of html and almost all of css and I think it’s cool I can give back to the community by replying to problems people have, But I don’t know how to add code comments here, Can someone help me?
sure.
here is what you need to know.
If you are commenting on someone else’s code, highlight their code with your mouse and this will show you a menu with an option to “Quote” similar to this below:
Once you’ve quoted something you can show the person something in your response, like a snippet of code like this:
```
code placed here
```
The three backticks above and below the code will make it formatted correctly for the forum. Example:
<p>This is a paragraph</p>
1 Like