October 18, 2021October 18, 2021 by admin Css Tutorial CSS :empty Selector HTML Code <!DOCTYPE html><html><head><style> p:empty {width: 100px;height: 20px;background: #ff0000;}</style></head><body><p></p><p>A paragraph.</p><p>Another paragraph.</p></body></html> HTML View A paragraph. Another paragraph. If you want to join my online or offline graphic designing course than just call me - 9334029817 Post navigation Previous Previous post:Next Next post: Related Posts CSS :nth-last-child() Selector October 18, 2021 CSS :nth-child() Selector October 18, 2021