Friday, May 3, 2013

undefined undefined

Create a Attractive Form using HTML and CSS

, , No comments
Screen ShotHTML Source Code<!doctype html><html><head> <meta charset="utf-8"> <title>Contact</title> <link rel="stylesheet" type="text/css" href="contact.css"></head> <body> <form> <h1>Contact</h1>...

Thursday, May 2, 2013

undefined undefined

Create a weekly timetable using CSS and HTML

, , No comments
Screenshot of OutputSource Code<!doctype html><html><head> <title>Timetable</title> <style type="text/css"> body { font-family: arial; } th,td { margin: 0; text-align: center; border-collapse: collapse; outline:...

Wednesday, May 1, 2013

undefined undefined

C++ Class Example Type -1

No comments
Source Code#include "iostream"using namespace std;class simple{ int a; public: void set_a(); void get_a(); }m1,m2,m3;void simple::set_a() { a=4; }void simple::get_a() { cout<<"\n a is "<<a; } int main(){ m2.get_a(); m2.set_a(); m2.get_a(); return ...
Entries RSS Comments RSS

Sample Text

Pages


Copyright © 2025 Lovely Codes
Powered by Blogger
Distributed By Free Blogger Templates | Design by N.Design Studio
Blogger Theme by Lasantha - PremiumBloggerTemplates.com