Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
The Number of images in the form
WhatsApp
Mahak Gupta
4y
5.6
k
0
1
25
Blog
The Number of images in the form
<html>
<body>
<img src=
"one.jpg"
width=
"100"
height=
"100"
/>
<img src=
"two.jpg"
width=
"100"
height=
"100"
/>
<img src=
"three.jpg"
width=
"100"
height=
"100"
/>
<img src=
"four.jpg"
width=
"100"
height=
"100"
/>
<p>Number of images
in
this
form are:
<script type=
"text/javascript"
>
document.write(document.images.length);
</script>
</p>
</body>
</html>
Output:
Number of images in this form are: 4
The Number of images in the form
Up Next
Preview Image At Client Side In JavaScript, Using File Reader
Ebook Download
View all
Frontend Developer Interview Questions and Answers
Read by 994 people
Download Now!
Learn
View all
Membership not found