15th Feb 2025, 10:45 AM
Daniel
Daniel - avatar
3 Answers
+ 3
Shardis Wolfe thanks,but it's showing no output at the bottom like a backend language
16th Feb 2025, 9:02 AM
Daniel
Daniel - avatar
+ 1
Daniel What is your specific question about the project? If you are looking for critique about the code, a few pointers would be: šŸ‘‰ It mixes inline CSS with external CSS. All of the CSS should be moved to external. šŸ‘‰ Indenting is inconsistent and mostly not there, making the html very difficult to read. šŸ‘‰ Excessive use of <br /> newline tags. Almost all should be removed and replaced with CSS margins and padding as needed, or other formatting like flex layout. šŸ‘‰ Current standards recommendation is use <strong> instead of <b>, and <em> instead of <i>, in most cases where those tags were previously used.
16th Feb 2025, 1:05 AM
Shardis Wolfe
+ 1
Daniel When I searched for that user's project, I was able to run it and it generated a fancier version of the Landing Page project from the Introduction to HTML / Web Development courses.
17th Feb 2025, 2:35 AM
Shardis Wolfe