Change Background color of HTML file Get link Facebook X Pinterest Email Other Apps - May 05, 2021 <html> <head> <title> background color </title> </head> <body bgcolor="coral"> <h1> Hello There </h1> </body></html> My Youtube Channel Get link Facebook X Pinterest Email Other Apps Comments
C++ Program to print any Matter' - September 14, 2018 #include<iostream.h> #include<conio.h> void main() { clrscr(); cout<<"Hello Future Programmers.."; getch(); } In c++, "cout" is used to display output.. Read more
Comments
Post a Comment