CSS Box Model

In this example, I will explain CSS Box Model. Basically CSS Box Model is an essential element a design. Also, we frequently use it in web page layout. The following figure represents the Box Model. Components of CSS Box Model As can be seen in the above figure, the Box Model comprises of following elements. Margin Padding Border Content Since, […]

Example of Column Properties in CSS

In this article, I will give an example of Column Properties in CSS. Basically, following properties are there in CSS that allows us to style columns in a web page. columns column-width column-span column-count column-fill column-gap column-rule column-rule-color column-rule-width column-rule-style The following code shows an Example of Column Properties in CSS ColumnProperties.html Output As can be seen in the above […]

Example of Creating Image Map in HTML

This article describes about Creating Image Map in HTML. Basically, an image map allows to create clickable areas within an image. Sometimes we want that different parts of an image represent certain actions. In other words, when we click on a specific part of an image some specific action occurs. Hence, the image has some clickable regions. The purpose of […]

HTML and Bootstrap Practice Questions

The following HTML and Bootstrap Practice Questions will help you learn the basics of web designing. Write HTML code to demonstrate different heading styles In order to demonstrate paragraph alignment, write an HTML code to display the different paragraphs with different alignment. Use at least three Container tags and empty tags. Since, we need to create a web page by […]

HTML Practice Exercise

HTML (Hypertext Markup Language) is the language of the web. Since learning any language is possible by writing the code. Hence, here you are given some basic HTML Practice Exercise for getting familiar with it. Find here some more examples of HTML and JavaScript. HTML Practice Exercise Create a web page which displays a message “This is my first web page […]