html中target屬性怎么定義打開新窗口

1、html中target屬性可以設置為_blank來打開新窗口 。
2、比如:提交一個在新窗口中打開的表單:
<form acti target=_blank> First name: <input type=text name=fname /><br /> Last name: <input type=text name=lname /><br /> <input type=submit value=https://www.wannianli8.com/arc780834/Submit />
【html中target屬性怎么定義打開新窗口】3、定義和用法:target 屬性規定在何處打開 action URL 。