छिपा हुआ value मान वाली सीएसएस ओवरफ़्लो प्रॉपर्टी में , अतिप्रवाह काटा गया है। सामग्री छिप जाती है। आप सीएसएस को लागू करने के लिए निम्नलिखित कोड चलाने का प्रयास कर सकते हैं अतिप्रवाह:छिपा हुआ संपत्ति -
उदाहरण
<!DOCTYPE html> <html> <head> <style> div { background-color: orange; width: 250px; height: 35px; border: 2px solid blue; overflow: hidden; } </style> </head> <body> <h1>Heading</h1> <div>Overflow property used here. This is a demo text to show the working of CSS overflow: hidden. This hides the content.</div> </body> </html>
आउटपुट