15th Feb 2025, 10:45 AM
Daniel
Daniel - avatar
3 ответов
+ 2
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