📌  相关文章
📜  如何设置 HTML5 中被认为是最低和最高值的范围?

📅  最后修改于: 2021-11-10 03:57:33             🧑  作者: Mango

在本文中,我们将学习如何设置称为范围的低值和高值的值。这是使用lowhigh属性完成的。属性总是小于最大属性值但大于最小属性和低属性值。同样, low属性总是大于 min 属性但小于 max 和 high 属性值。如果不在低和高范围内,仪表元素将以不同的颜色显示值。

句法:

例子:

HTML


  
    

        GeeksforGeeks     

    

      How to set the range that is        considered to be a lowest and        highest value       in HTML5?     

       

When the value is inside low and high

                    

When the value is below low

                    

When the value is over high

               


输出: