In this article on XML Introduction and Its Applications, I will explain EXtensible Markup Language (XML) and its applications. What is XML? Why is it used? Basically, XML stands for EXtensible Markup Language. Unlike HTML, we use XML to store the data as well as transport the data. Moreover, XML doesn’t perform anything like HTML. …
HTML Frequently Asked Questions
Given below are some of the HTML Frequently Asked Questions. What is World Wide Web (WWW) What is a Home Page? Differentiate between static and dynamic web page? Describe client server computing? What is a web client? What is a web server? Describe the Web Browser? Give examples of Web Browsers. What is a Search …
Bootstrap Frequently Asked Questions
Given below are some of the Bootstrap Frequently Asked Questions. What is Bootstrap? What is meant by Responsive Web Design? How does the Grid system work in bootstrap? What is the purpose of container class? Explain the difference between container and container-fluid? Which bootstrap css and javascript files should be linked to the html page? …
CSS Frequently Asked Questions
Given below are some of the CSS Frequently Asked Questions. What is the difference between internal, external and inline stylesheets? How to use class and id in a stylesheet? What are pseudoclasses? What are Background properties in CSS? Discuss the font properties in CSS? What are text properties in CSS? Explain with examples the Column …
XML Frequently Asked Questions
Given below are some of the XML Frequently Asked Questions. What is XML? Why is it used? Discuss the features of XML? How XML is different from HTML? What are the building blocks of XML? How to use XML with HTML. Give its syntax. How to use CSS in XML? Give its syntax. What are …
Examples of Z-index and Float Properties
In this article, I will provide some examples of Z-index and Float Properties. In order to specify the stacking order of an element, we use the z-index property. On the other hand, if we need to place an element besides the container we can use the float property. In other words, the element can float …
Understanding Grids in Bootstrap
In this article on Understanding Grids in Bootstrap, I will explain how the grid system of bootstrap works. Basically, the grid system represents a 12 column layout. It is fully responsive. Furthermore, the grid system makes use of the flexbox. Hence, with the bootstrap grid system, you can design your web page using any layout. …
Container Class in Bootstrap
In this article, I will explain Container Class in Bootstrap. Basically, we use containers to create the layout of a web page. In Bootstrap, containers are the most fundamental elements for creating layout. While, the containers enclose rows of elements. Further, rows may contain columns. We have different container classes in Bootstrap 4. The following …
Examples of Display and Position Properties in CSS
In this article, I will provide some Examples of Display and Position Properties in CSS. Display Property Basically, the display property determines how the HTML elements will be displayed on a web page. So we can show elements as block-level elements or inline elements using this property. Moreover, it has other values also. According we …
Applying CSS to HTML Tables
In this article, I will demonstrate examples of Applying CSS to HTML Tables. In fact, there are lots of CSS properties that we can use to style tables. Evidently, we can use the following properties to style tables. border. In fact, we can use the border property to display a border around the table. Also, …