My problem is that how to make html web page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

My problem is that how to make html web page

i try to this on notepad but it is not working perfectly and the words have not change colour plz ask me that for this what the coding platform to make html webpage

7th Oct 2017, 9:03 AM
Rahul Kawariya
Rahul Kawariya - avatar
2 Answers
+ 6
<!DOCTYPE html> <html> <body style="background-color:powderblue;"> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html>
7th Oct 2017, 9:12 AM
IMRAN SHAIKH
IMRAN SHAIKH - avatar
+ 5
simple html program to set bg colour save as .html extension
7th Oct 2017, 9:13 AM
IMRAN SHAIKH
IMRAN SHAIKH - avatar