Demo-Portfolio-Website icon indicating copy to clipboard operation
Demo-Portfolio-Website copied to clipboard

In index.html file, add explanations to any line of code as a comment line

Open SouravInsights opened this issue 6 years ago • 5 comments

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.

SouravInsights avatar Oct 05 '18 18:10 SouravInsights

Hey SouravInsights I will have a go at this im new to github i hope i wont break anything :)

bartlomiej-przymus avatar Oct 18 '18 10:10 bartlomiej-przymus

Is this issue still active? I would like to take this at @NovaHelm

AdrianJVillalobos avatar Oct 08 '19 17:10 AdrianJVillalobos

Can I work on it too, as I am also trying to build a github portfolio for myself.

NAMAN9JAIN avatar Jul 18 '20 10:07 NAMAN9JAIN

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).

mfonism avatar Sep 23 '20 15:09 mfonism

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.

kashishvir avatar Oct 01 '20 05:10 kashishvir