what's wrong on this html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what's wrong on this html

Why it don't show the results?? https://sololearn.com/compiler-playground/WSH6NnCrv4ev/?ref=app

4th Apr 2024, 2:57 AM
Tyler Banks
Tyler Banks - avatar
10 Answers
+ 5
The code you provided doesn't produce any visible output because there's no content inside the div elements. Since you have an output class in your Css you can do this. Example: <div class="output">Content</div>
4th Apr 2024, 3:21 AM
Chris Coder
Chris Coder - avatar
+ 2
Tyler Banks, can you show the codepen link??? Cause apparently there's a lot of things missing in your code In your CSS I can see u styling hyperlinks <a>, output class elements but those are not present in the HTML section, rather I see div elements with class overlay and noise
4th Apr 2024, 11:51 AM
IAmSupreme
IAmSupreme - avatar
+ 2
Tyler Banks that link leads to no codepen project, open your project and copy the url or better click on share from the project and copy the link
5th Apr 2024, 6:35 AM
IAmSupreme
IAmSupreme - avatar
+ 1
I'd say everything is wrong, from your HTML structure to you using your CSS style, and I don't know what you were expecting but your code is definitely doing what you asked of it.
4th Apr 2024, 6:58 AM
IAmSupreme
IAmSupreme - avatar
+ 1
Chris Coder it was a hacker background in solo learn it doesn't work but when I do it in codepen website it work so IDK but thanks
4th Apr 2024, 11:06 AM
Tyler Banks
Tyler Banks - avatar
+ 1
IAmSupreme thanks bro
4th Apr 2024, 11:06 AM
Tyler Banks
Tyler Banks - avatar
+ 1
IAmSupreme Here is the website link and copy that codes and paste it there https://codepen.io/your-work
4th Apr 2024, 10:04 PM
Tyler Banks
Tyler Banks - avatar
+ 1
your missing a div tag right underneath the word terminal ... plus you should have <!DOCTYPE html> and the <head> section with the <body> tag for a correct HTML5 structure https://sololearn.com/discuss/3271670/?ref=app
5th Apr 2024, 3:23 AM
Auto Tavern
Auto Tavern - avatar
+ 1
Ah
5th Apr 2024, 10:55 PM
SANTIAGO TOLA
SANTIAGO TOLA - avatar
+ 1
Español papus
5th Apr 2024, 10:55 PM
SANTIAGO TOLA
SANTIAGO TOLA - avatar