Demo-Portfolio-Website
Demo-Portfolio-Website copied to clipboard
In index.html file, add explanations to any line of code as a comment line
What is a comment line?
In basic terms, comment lines are not visible in the web page. We use comment lines to explain about the code.
How to add a comment line:
- Comments are designated by the tags
<!-- and -->.
- Anything that you add in between
<!-- and -->
it will become a comment line..
Note: Try adding some explanation to at least one html tag as a comment line.
Hey SouravInsights I will have a go at this im new to github i hope i wont break anything :)
Is this issue still active? I would like to take this at @NovaHelm
Can I work on it too, as I am also trying to build a github portfolio for myself.
Hi @SouravInsights,
Is this issue still open for Hacktoberfest 2020?
I organize a group of lifelong learners in my local community, and this would be a perfect activity to work on (and get rewarded for, with swags).
I believe it will help beginners to contribute in open source. :) Added comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a lot of code. Hope you like my work, Thank you.