Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
The Number of images in the form
WhatsApp
Mahak Gupta
4y
5.5
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
Voice of a Developer: JavaScript From Scratch
Read by 10.9k people
Download Now!
Learn
View all
Membership not found