How to creat a page using html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to creat a page using html

12th Jan 2018, 12:14 PM
Ajay Rai
Ajay Rai - avatar
3 Answers
+ 2
Your question is not clear.
12th Jan 2018, 12:24 PM
Ali Z. Emili
Ali Z. Emili - avatar
+ 2
Maybe like this 😊 <!DOCTYPE html> <html> <head> <style type="text/css"> h1{ color: #e2e2e2; } body{ background-color: #444444; } .Harsh{ color: #777777; } </style> </head> <body> <h1> Hello, </h1> <div class="Harsh"> This is what you could call a website <br> have fun. :) </div> </body> </html>
12th Jan 2018, 3:48 PM
Harsh
Harsh - avatar
0
Finish sololearn html and csd lessons and you'll know.
12th Jan 2018, 5:49 PM
Stefan Matijevic