How to remove page title and date when printing web page with CSS?

Sometimes, we want to remove page title and date when printing web page with CSS.

In this article, how to remove page title and date, we will look at when printing web page with CSS.

How to remove page title and date when printing web page with CSS?

To remove page title and date, we can use the @page rule when printing web page with CSS.
For instance, we write

To remove page title and date , we can use the @page rule, when printing web page with CSS.
to set the margin to 0mm to hide the page title.

The title is printed at the margin, so setting the margin to 0mm would hide the title.

Conclusion

To remove page title and date, we can use the @page rule, when printing web page with CSS.

Leave a Reply