Tuesday, June 5, 2018

(HTML_4)Checkbox,Table-Input,Video,Audio,Maps Tag




Checkbox:

<Input type="checkbox"/>

<Input id="whatever"type="checkbox"/>
<label for="whatever"> I am agree <label/>

Checkbox-Tag-Code


Checkbox-Tag-Example












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>

Table-Input-Tag-Code











Table-Input-Example









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>

Video-Tag-Code







Adding video from YouTube: share>embed> copy embed code then paste.

embed-code -Example





Youtube-Video-Adding-Example













Audio Tag:
<audio>
<source src=“audia name.mp3"/>
</audio>

<audio controls>
<source src="Shoki.mp3" type="audio/mpeg"/>

</audio>
Audio-Tag-Example







Website show:

<iframe width="400" height="500" src="http://rstaposi.blogspot.com/" frameborder="1"></iframe>

Website-show-Example












Maps Show:


Share> Embed a map link copy then paste into HTML index.

Maps-Show-Example

0 comments:

Post a Comment

Comments