+ 1
What has happened?
Look at the post.. https://www.sololearn.com/post/1779669/?ref=app
3 ответов
+ 2
Shardis Wolfe thanks,but it's showing no output at the bottom like a backend language
+ 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.
+ 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.