Pages

Brief About Database Management System (PART - 1)

DBMS 


  • What is a Database?

     Database is a collection of related data. It is a collection of Schema, tables, quarries, reports, views and other objects.


  • Who use Databases?

     Libraries , Banks , Military , Airlines , Supermarkets.etc


  • What is DBMS?

Useful Things about Internet


Who help create guidelines for Internet?

    World Wide Web Consortium (W3C)
    Web Hypertext Application Technology Working Group (WHATWG)
    Internet Engineering Task Force(IETF)

HypertextHypertext is a text that is capable of moving from one document to another. This can be done by clicking on the hypertext. 

Useful Things in HTML (Lesson 3)

How to add Images and Hyperlink to your website


     Hello reader, welcome to Useful Things in HTML Lesson 3. Before you read this, if you doesn't have any basic knowledge about HTML, then read LESSON 1 and LESSON 2.

     Most of webpages have Images and Hyperlinks. Actually without Images and Hyperlinks, it is difficult to create successful/ attractive website / webpage. Hence, today my tutorial is about How to add Images and Hyperlinks to your website

Useful things in HTML (Lesson 2)

How to create a Table in HTML?


      Today my HTML tutorial is about how to create a TABLE using HTML codes. Before you read this if you don't have any basic knowledge about HTML visit 1'st lesson and read it first, click HERE to see 1'st lesson. 

     Here is the tags that we use to create tables

Useful things in HTML (Lesson 1)

     This tutorials is for beginners in WEB DEVELOPING. First of all I'd like to talk about what is HTML? HTML stand for Hyper Text Markup Language. It is the standard markup language used to create web pages. Along with CSS and JavaScript, HTML is a cornerstone technology used to create web pages, as well as to create user interfaces for mobile and web applications. Also we use web browsers to read that HTML.

     HTML elements are the building blocks of HTML page. HTML elements are delineated by TAGS, writing using angle brackets.

                ex - <h1>Here is the Heading</h1>

Here is the Useful Tags in HTML - 1


Files In C++

 Files

     Hello reader, today my tutorial is about Files in C++. We use Files in C++ to add values to progamme to outer source.

     Imagine we have outer file called "data.txt" and it has two value 10 and 20. We need add this value to our c++ programme.