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
3 Antworten
+ 6
<!DOCTYPE html>
<html>
<body style="background-color:powderblue;">
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
+ 5
simple html program to set bg colour save as .html extension