Skip to main content

Posts

HTML entities

HTML Entities HTML Entities Some characters are reserver in html. If you use the less than (<) or greater than (&gt) signs in your text, the browser might mix them with tags. character entities are used to display reserved characters in html. A character entity looks like this: &entity_name; OR &#entity_number To display a less than sign (<) we must write: &lt; or &#60; Advantages of using an entity name: An entity name is easy to remember. Disadvantages of using an entity name: Browsers may not support all entity names, but the support for entity numbers is good. Some usefull HTML Character Entities Result Description Entity Name Entity Number non-breaking space ...

Best laptops in 2020

Hi, there Want's to purchase a laptop but confusion in mind don't worry,              I show you best laptops in 2020 Best Laptop Best laptop 2020: our pick of the 10 best laptops you can buy this year.  Our picks of the latest models from the top brands to help you find the best laptop for your needs.  You’ll find the best laptop for your needs on this list. Welcome to our pick of the best laptops of 2020. 1.  Dell XPS 15 (2020) The best laptop of 2020. ... see here (+) Fast performance (+) Eye-catching design (_) GTX 1650 Ti is a little weak (_) 15-inch screen might be too large for some The Dell XPS 15 is our new pick for the best laptop of 2020. Dell's 2020 update to its 15-inch flagship ticks pretty much every box when it comes to what we want from a laptop. The end result is that the Dell XPS 15 (2020) is about as close to perfect as a laptop can get and one of the best Dell laptops to date; there's real...

Java programming language.

Hi, If you want to know about Java language then it is right place for you. Some points about Java language.  It is developed by James Gosling at sun microsystem.  It is release in 1995 as a Core. It is a general purpose programming language. It is like c ++ but with advanced and simplified features. Concurrently execute many statement. It is object oriented programming language.  It is platform independent. Installation process.                    Download JDK Mac OS ~ JDK version 11. WINDOWS ~ 32 Bits JDK version 8.                    ~ 64 Bits JDK version 11. Wants to download JDK click here .  Download Eclipse for easy programming😊😊. Download eclipse  click here .  Data types in java?  There is two type of data types in java primitive data types and non primitive data types. Firstly we talk about primitive data ty...