Skip to main content

Posts

Showing posts with the label html

What Are the difference between XML and HTML?

The HTML is used to mark up text whereas XML is used to mark up data. The HTML is used for UI displaying purpose but the XML is used for data representation. The HTML uses a fixed, unchangeable set of tags but in XML, you make up your own tags. What Is a valid XML document? If a document is structurally correct (with the above well-formed XML rules) then it can called as valid XML documents. How does the XML structure is defined? The Extensible Markup Language (XML) document will have a structure which has to be defined before we can create the documents and work with them. The structural rules can be defined using  many available technologies, but the following are popular way of doing so,  1) Document Type Definition (DTD) 2) Schema What Is DTD? The DTD stands for Document Type Definition and used to define the legal building blocks of an XML document. DTD defines rules for a specific type of document i.e. 1.     ...

How to Add / Change Meta Tags Dynamically?

How to add Meta tags dynamically using jQuery? Is it possible to use JavaScript to change the meta-tags of the page? Yes! You can see the below example . < !DOCTYPE html > < html > < head >     < meta charset ="utf-8">     < meta http-equiv ="X-UA-Compatible" content ="IE=edge">     < meta name ="viewport" id ="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">     < title > Game </ title > </ head > < body class ="homep">     < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></ script >     < script >         $( function () {             //update Meta Tag in Header        ...

Most Popular Technologies of 2019 - Programming, Scripting, and Markup Languages

Most Popular Technologies of 2019 - Programming, Scripting, and Markup Languages 1.       JavaScript - 69.7% 2.       HTML/CSS - 63.1% 3.       SQL - 56.5% 4.       Python - 39.4% 5.       Java - 39.2% 6.       Bash/Shell/PowerShell - 37.9% 7.       C# - 31.9% 8.       PHP - 25.8% 9.       TypeScript - 23.5% 10. C++ - 20.4% 11. C - 17.3% 12. Ruby - 8.9% 13. Go - 8.8% 14. Swift - 6.8% 15. Kotlin - 6.6% 16. R - 5.6% 17. VBA - 5.5% 18. Objective-C 5.2% 19. Assembly - 5.0% 20. Scala - 4.2% 21. Rust - 3.0% 22. Dart - 1.8% 23. Elixir - 1.6% 24. Clojure - 1.5% 25. WebAssembly - 1.1% Most Popular Web Frameworks of 2019 :- 1.       jQuery - 48.3% 2.    ...