How to Add Dummy Text in Blogger

In this tutorial, you will learn how to add dummy text with CSS in Blogger. You can use this to display sample fonts and create text for testing.
Admin
Hello Everyone! Welcome back to Dev Orbital . Today’s tutorial is How to Add Dummy Text with CSS in Blogger . If you post tutorials about HTML, CSS, JavaScript, or widgets, you often show a demo. Dummy text helps display sample fonts or test layouts. Providing a demo with blank space doesn’t look appealing. Instead, use dummy text to make your demo section look more complete and professional. In this post, we’ll learn How to Add Dummy Text with CSS in Blogger . Read till the end and share your feedback in the comments section. Table of Contents Live Demo How to Add Dummy Text with CSS in Blogger? Step 1: Login to your Blogger Dashboard . Step 2: Go to the Themes section. Step 3: Click the dropdown arrow and select Edit HTML . Step 4: Search for ]]></b:skin> and paste the following CSS just above it. You can choose from two styles of dummy text below. Style 1 /* Dummy Text Style 1 by TechyDarshaN */ .dummy-text { display: block; } .dummy-text i { display: block; height: 16px; margin-bottom…