0
Please tell me my error in this code.
<html> <head></head> <body> <h1>welcome</h1> <h2>welcome</h2> <h1>welcome</h1> </body> </html>
12 Réponses
+ 4
Other than the fact that there's no title tag, I don't see any problem, can you describe your problem, what error did you get?
+ 2
Switch to the css tab in your code there are css codes as well
+ 1
Well, the size of h1....
You see the output..of this code in my profile.. And the font color is skyblue and it align in center
+ 1
Did you copied that code which you have in your code section..
Because It seems to be, there are 5-10 block of CSS code as well.. which is implemented on ur html code.. of which u r not aware of..
+ 1
Kuldeep he is talking about the code which he has saved in his code playground..
this one--- https://code.sololearn.com/WCB804kVpTDp/?ref=app
0
Its a html code
0
Or i copied that from my own code.
You also visit in my profile and see that code
0
Yes it is
0
But i want my html code is executed
0
But i want my html code is executed
<html>
<head></head>
<body>
<h1>welcome</h1>
<h2>welcome</h2>
<h1>welcome</h1>
</body>
</html>
It runs properly brother there is no error
0
Switch to the css tab in your code there are css codes as well
Please tell me where is CSS codes in this code
<html>
<head></head>
<body>
<h1>welcome</h1>
<h2>welcome</h2>
<h1>welcome</h1>
</body>
</html>
0
Sami khan am also copied that codes from his code playground am asking where is CSS codes