<form action="/subscribe" method="post">
<fieldset>
<legend>Subscribe to the Newsletter</legend>
<input type="email" name="email">
<button>Ok</button>
</fieldset>
</form>
最新!我的 44 頁電子書「44 分鐘學會 CSS」已經出版! 😃
範例: 複製
最新!我的 44 頁電子書「44 分鐘學會 CSS」已經出版! 😃
範例: 複製
<form action="/subscribe" method="post">
<fieldset>
<legend>Subscribe to the Newsletter</legend>
<input type="email" name="email">
<button>Ok</button>
</fieldset>
</form>