html IF_03_13_Inputs_Floating

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html IF_03_13_Inputs_Floating相关的知识,希望对你有一定的参考价值。

<ion-list>

    <ion-item>
      <ion-label position="floating">Username</ion-label>
      <ion-input type="text"></ion-input>
    </ion-item>
  
    <ion-item>
      <ion-label position="floating">Password</ion-label>
      <ion-input type="password"></ion-input>
    </ion-item>
  
  </ion-list>

以上是关于html IF_03_13_Inputs_Floating的主要内容,如果未能解决你的问题,请参考以下文章

html IF_03_03_Basic_Button

day03_13 多分支if语句及作业

html IF_03_18_Selects

html IF_03_17_Radiobuttons

html IF_03_16_Checkboxes

html IF_03_11_FABs