html中url怎么設置高寬?
可以用“height”屬性設置input框的高度,用“width”屬性設置input框的寬度。
1、新建html文檔,在body標簽中添加input標簽,并為這個標簽添加一個類,這里以“demo”為例:
2、在head標簽中添加style標簽,為“demo”設置“width”屬性,屬性值為input框的寬度,這時input框的寬度就會被改變:
3、為“demo”設置“height”屬性,屬性值為input框的高度,這時input框的高度就會被改變:
html中url怎么設置高寬?
可以用“height”屬性設置input框的高度,用“width”屬性設置input框的寬度。
1、新建html文檔,在body標簽中添加input標簽,并為這個標簽添加一個類,這里以“demo”為例:
2、在head標簽中添加style標簽,為“demo”設置“width”屬性,屬性值為input框的寬度,這時input框的寬度就會被改變:
3、為“demo”設置“height”屬性,屬性值為input框的高度,這時input框的高度就會被改變: