Posts

Showing posts from August, 2021

Iit jee previous years question papers

Image
Iit jee previous years question papers Download  Previous Years Chapterwise  and Topicwise Questions with solutions  of IIT JEE. Both Arihant and Disha Publication books available for all Subjects Mathematics, Physics and Chemistry  Mathematics Previous Years Questions ARIHANT Download Physics Previous Years Questions ARIHANT Download Chemistry Previous Years Questions ARIHANT Download Mathematics Previous 41 Years Questions DISHA Publiction Download ...

Balaji advance chemistry for iit jee and neet

Image
1.Balaji organic chemistry  Hi friends, here you will find complete chemistry book of Balaji for any competitive exam.  This book is the best of all books. This book is made for students,who can understand esily. This book is free for you. Download here books Balaji advance chemistry book part1 chapter 1-4B:  Click here to download Balaji advance chemistry book part2 chapter 4C-8:  Click here to download Balaji advance chemistry book part3 chapter 9-15:  Click here to download 2.Balaji inorganic chemistry book Download here books Balaji inorganic chemistry book part1 chapter 1-5 :  Click here Balaji inorganic chemistry book part2 chapter 6-11:  Click here Chemistry important formula   Download here

Chemistry important formula and book

Image
Here, you will find complete important notes , formula tricks and more. Important formula- Download more page in pdf file  Chemistry important formula Chemistry complete books for competitive exam 1.Complete physical chemistry book;   Download here complete physical chemistry book :  Click here 2.Complete Inorganic chemistry  book; Download here complete inorganic chemistry book :  Click here 3.Complete organic chemistry book; Download here complete organic  chemistry book :  Click here

HTML Reference

Image
  HTML REFERENCE- Here, you will find complete references about HTML elements, attributes, html cheatsheet, example,html hand written notes and more: 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 o...

HTML TUTORIALS

Image
 HTML TUTORIALS The full form of html is Hyper text Markup language. What is HTML? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. The HTML is only structure of a Website. This means,a Website can not be possible  without  HTML.  The  HyperText Markup Language , or  HTML  is the standard  markup language  for documents designed to be displayed in a  web browser . It can be assisted by technologies such as  Cascading Style Sheets  (CSS) and  scripting languages  such as  JavaScript . You can easily make a Website using HTML. HTML (HyperText Markup Language) Easy Learning with HTML "Try it Yourself" Example < !...