HTML常用属性

来源:互联网 发布:java 命令行参数怎么写 编辑:程序博客网 时间:2024/05/22 07:40

本文会不定期补充

1.文本框的提示内容
placeholder属性

<body>        Password:<input type ="text" placeholder = "Please input password...">    <body>

2.

0 0