Line Get link Facebook X Pinterest Email Other Apps - March 24, 2018 C program to make line- #include<graphics.h> #include<conio.h> void main() { int gd=DETECT, gm; clrscr(); initgraph(&gd,&gm,"c:\\turboc3\\bgi"); line(30,15,100,15); getch(); } Get link Facebook X Pinterest Email Other Apps Comments
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
Learn How to insert image in your HTML webpage - May 02, 2021 This is video shows how to use "src" tag with various other attributes To view Program , Visit my youtube Channel---> Click Here Read more
Comments
Post a Comment