<Input type="checkbox"/>
<Input id="whatever"type="checkbox"/>
<label for="whatever"> I am agree <label/>
Table-Input Tag:
<table>
<tr>
<td><label for="email">Email or Phone</label></td>
<td><label for="pass">Password</label></td>
</tr>
<tr>
<td><input type= "text" id=email"/></td>
<td><input type="password" id="pass/></td>
<td><input type="submit" value="login" /></td></tr>
</tr>
<tr>
<td></td>
<td><a href=https:"//www.google.com/">Forgotten account</a></td>
</tr>
</table>
Comment tag:
<!-- Write your comment -->
Shot cut way to comment:
Select your writing and press ctrl k
For uncomment: press ctrl+shift+k
Video Tag:
<video>
<source src="video name.mp4"/>
</video>
<video width="500" controls>
<source src="Ishqyaun.mp4" type="video/mp4"/>
</video>
Adding video from YouTube: share>embed> copy embed code then paste.
Audio Tag:
<audio>
<source src=“audia name.mp3"/>
</audio>
<audio controls>
<source src="Shoki.mp3" type="audio/mpeg"/>
</audio>
Blog RSS Feed
Via E-mail
Twitter
Facebook
0 comments:
Post a Comment