HTML vs CSS

HTML the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML is used for the creation of the web pages and CSS is used to control the styling and layout of web pages. Key Differences Between HTML and CSS HTML is the Read more…

Html Vs CSS

Advantages of Html :- HTML is widely used. Every browser supports HTML Language. Easy to learn and use. Do not need to purchase any extra software because it is by default in every window. Advantages of CSS :- CSS changes are device friendly.  Ability to re-position. Makes the Search Engine Better Read more…

Kotlin-A app development language

Kotlin  is a cross-platform, statically typed, general-purposeprogramming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of its standard library depends on the Java Class Library,but type inference allows its syntax to be more concise. Kotlin mainly targets the JVM, but also compiles to JavaScript or native code(via LLVM). Language development costs are borne by JetBrains, while the Kotlin Foundation protects Read more…

PHP

PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages. PHP scripts can only be interpreted on a server that has PHP installed. The client computers accessing the Read more…