Skip to main content

Posts

Showing posts from August, 2020

What is sentence

A sentence is group of words which express complete sense. Ex:- 1.This is a tree.         2.This is a cow.         3.This is a mobile phone. You can see this three sentence make different sense. If we write "is cow a This" -that is not a sentence.Because that can't make sense. Every group of words we can't say sentence. Every sentence has to be a finite verb or a nominative . Nominative is in sentence what we talk about for which that call nominative. Ex:- 1.Ram is a student.       In this case 'Ram' nominative or 'is' finite verb. If we write "Rohit is" In this case 'Rohit' nominative or 'is' finite verb.After that that is not a sentence. Because when we hear this a question came in our mind that is "What is?".That's mean this group of words don't express complete sense.          1.We hear sky.          2.Fishes are flying. This two groups of words we can't say sentence because 'sk...

how to improve handwriting

  Handwriting is very important thing for of all student.Becuse teacher count your number in exam depend on your hand writing.If teacher don't understand your hand writing he couldn't give you any number.In this article you learn seven step to improve your handwriting. 1)Letter position Letter position is too important for good handwriting.Some of letter always be write upper side of line.exeample:- b,d,h,f etc. Some of letter always be write middle position.exeample:-m,n,o etc. Some of letter always be write down side of line.Exeample:-g,y etc. 2)Distances between two letter Most of time we don't pay attention on distance between two letter when we write.For that some time we write letter very away or sometime very close in word when we write.For that your write look ugly.So,pay attention on distance between two letter. 3)Distance between two word We need to pay attention on distance between two word.For this reson your writing also look ugly. 4)Letter size Letter size is ...

How to make login form like Facebook?

To make login form follow all step. Step:-1 Copy html coding and past in html file and do save. <!doctype html> <html> <head>        <center> <tittle > facebook </tittle> <br> <br> <br> <br> <br> <br> <br> </head> <body>     <h1 id="al"> </h1> <br> <br>       <input type="text" class="undp" placeholder="Mobile number or email address" id="uname"> <br> <br>       <input type="password" class="undp" placeholder="Password" id="password"> <br> <br> <br>       <input type="submit" value="login" class="login" onclick="login()"> <br>          <p> or </p>       <input type="submit" value="Create Account" class="btn"> <br> <br> <br...