Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

When I press run after I finish coding with html code, it shows an I logo meaning it doesn't work ?

+3 votes
asked Jun 28 by IFEOLUWA OMIKUNLE (650 points)

2 Answers

0 votes
answered Jun 28 by CHIMBUNDOM EKWEONU (290 points)

look there are many reason for that but all I can tell you is that just to log into you can access html any time

0 votes
answered Jun 28 by SAM EKIKEREOBONG (270 points)

Look there are many reasons for this actually 

.one the code doesn't work or is incomplete

.There might be a glitch in the system

This is also happening to me i just use python instead

another reason is because some thing is wrong with the html language

commented Jun 28 by IFEOLUWA OMIKUNLE (650 points)
Is there any other viewer that can confirm this please
commented Jun 28 by SOMKENE OKEKE (330 points)
megamind  boy you are smart  how do you do html  try this:

<!DOCTYPE html>
<title> My Website </title>
<head2>
All to know about My website
</head2>
<body2>
<p> This is my website. </p>
<p>You can also check our other webpages</p>
<img src="https://shorturl.at/fa800" />
         <a href = "profile.html">My PROFILE</a>
                   <a href = "hobbies.html">My HOBBIES</a>
                             <a href = "movies.html">My Fave Movies</a>
                                       </body2>
                                       </html>
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...