How-to articles, tricks, and solutions about BACKGROUND

How to Style a Horizontal Line

Learn the ways of styling and have attractive horizontal lines: how to change color and size, set images as horizontal lines and a pack full of various kinds of <hr> examples.

How to Style Comment Box Using CSS

Style comment boxes, change the background color, add a background image or set borders to your comment box. See all with examples.

Run PHP Task Asynchronously

To run a PHP task asynchronously, you can use the pcntl_fork() function to create a new process that runs the task in parallel with the main script.

When to Use HTML <img> Tag and CSS background-image Property

In this snippet, we’ll discuss the differences between the HTML <img> tag and CSS background-image property, which will help you make a better decision.

1 2