Skip to main content

Posts

Showing posts from July, 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...

HTML Element Reference - By Category

Basic HTML Tag - Description <!DOCTYPE> Defines the document type <html> Defines an HTML document <head> Contains metadata/information for the document <title> Defines a title for the document <body> Defines the document's body <h1> to <h6> Defines HTML headings <p> Defines a paragraph <br> Inserts a single line break <hr> Defines a thematic change in the content <!--...--> Defines a comment Formatting Tag - Description <acronym> Not supported in HTML5. Use <abbr> instead. Defines an acronym <abbr> Defines an abbreviation or an acronym <address> Defines contact information for the author/owner of a document/article <b> Defines bold text <bdi> Isolates a part of text that might be formatted in a different direction from other text outside it <bdo> Overrides the current text direction <big> Not supported in HTML5. Use CSS instead. Defines big text <blockquote> De...