Posts

HTML

Image
                                                                                   #01                                                                                   <html> <head>     <title>Demo Web Page</title> </head>   <body>     <h1>Hello</h1>       <p>A web technology class</p>   </body> </html>

C LANGUAGE

Image
                                                               #01                                                             #include<stdio.h> int main()      { printf(".\n"); printf("BCA "); return 0; }