|
Definition and UsageThe Applies toThe
Browser SupportThe
|
<canvas id="myCanvas" width="200" height="200" style="border:1px solid">
<embed src="helloworld.swf" width="200" height="200">
<iframe src="https://horje.com" width="200" height="200">
</iframe>
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
<form action="/action_page.php">
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname"><br><br>
<input type="image" src="https://horje.com/avatar.png" alt="Submit" width="48" height="48">
</form>
<object data="https://horje.com/avatar.png" width="300" height="200"></object>
<video width="320" height="240" controls>
<source src="https://www.sample-videos.com/video321/mp4/240/big_buck_bunny_240p_2mb.mp4" type="video/mp4">
<source src="https://www.sample-videos.com/video321/mp4/240/big_buck_bunny_240p_2mb.mp4" type="video/ogg">
Your browser does not support the video tag.
</video>
| html height attribute |
Type: | Develop |
Category: | Web Tutorial |
Sub Category: | HTML Attribute |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference