by Georgi Boychev | Aug 9, 2022 | Customization
When you start learning WordPress, you will notice that there are two main editors that you can use to create new pages and publish new blog posts. The one is the so-called Classic Editor and the other one is the Text Editor. Both are very handy and both can be used...
by lazars | Sep 3, 2019 | Web Terms
HTML meta tags don’t change the way a web page looks, but give additional information (metadata) about the page and the website as a whole. They show what the page is about, who is the author of the page, what is the page title, what type of content is on that page,...
by lazars | Sep 3, 2019 | Scripting Languages
Ajax (short for Asynchronous JavaScript and XML) is a technique that is used for the creation of interactive applications for the Web that parse user queries in real-time. The Ajax framework uses several programming tools to achieve that goal. JavaScript, HTML, XML,...
by lazars | Sep 3, 2019 | Scripting Languages
CSS which stands for Cascading Style Sheets is a scripting language used for describing the way a document written in a markup language looks. Most often it’s used for creating styles for websites written in HTML and XHTML, but if you code CSS it can also be used with...
by lazars | Sep 3, 2019 | Scripting Languages
Dynamic HTML script (or DHTML script) is not exactly a new version of HTML, but more of a new approach of looking at and controlling the standard HTML codes and commands. When talking of DHTML, the qualities of standard HTML have to be considered, especially that when...