20th Aug 2020, 7:25 AM
Aditya Devananad Bavaskar
3 RĂ©ponses
+ 3
Aditya Devananad Bavaskar the program is running and is also displaying your name on the output screen, it's just that the colour scheme that you have chosen is making it harder to see.
20th Aug 2020, 7:34 AM
Arsenic
Arsenic - avatar
+ 2
😊Thanks
20th Aug 2020, 8:21 AM
Aditya Devananad Bavaskar
+ 2
Everything works properly but there are two issues in your markup: 1) <spen> tag does not exist. It has nothing to do with pens, so it is correctly spelled <span> 2) Your <h1> tag has no closing tag. Consider adding an </h1> end tag.
20th Aug 2020, 8:59 AM
Artem đŸ‡ș🇩
Artem đŸ‡ș🇩 - avatar