technology tricks. Get link Facebook X Pinterest Email Other Apps - December 04, 2017 Replace the "en" in a Wikipedia link with "simple" to strip away the complex and mostly irrelevant information on the page. 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
Change Background color of HTML file - May 05, 2021 <html> <head> <title> background color </title> </head> <body bgcolor="coral"> <h1> Hello There </h1> </body> </html> My Youtube Channel Read more
Comments
Post a Comment