Quantcast
Viewing all articles
Browse latest Browse all 5712

行の抽出

手順

  1. /input
  2. :v//d

サンプル

https://getbootstrap.com/docs/4.0/components/forms/#form-row

<form><divclass="form-row"><divclass="col"><inputtype="text"class="form-control"placeholder="First name"></div><divclass="col"><inputtype="text"class="form-control"placeholder="Last name"></div></div></form>

<inputtype="text"class="form-control"placeholder="First name"><inputtype="text"class="form-control"placeholder="Last name">

Viewing all articles
Browse latest Browse all 5712

Trending Articles