
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the best JavaScript code to create an img element?
Try any of the following for the width of the image you want to create −
myImg.setAttribute('width', '5px');
Or
myImg.width = '5';
Or
myImg.style.width = '5px';
You can also try the following code to add the width and height to the background image −
var myImg = new Image(5,5); myImg.src = 'http://www.example.com';
- Related Questions & Answers
- Which is the best tool to debug JavaScript/jQuery code?
- What is the best way to add an event in JavaScript?
- JavaScript code to print last element of an array
- What is the best way to initialize a JavaScript number?
- What is the best way to concatenate strings in JavaScript?
- What is the best part of being an Indian?
- The Best C++ Code Formatter/Beautifier?
- What is the best way to compare two strings in JavaScript?
- Which is the best JavaScript compressor?
- What is the best way to initialize a JavaScript Date to midnight?
- What is the best way to search for an item in a sorted list in JavaScript?
- What is the best way to break from nested loops in JavaScript?
- What is the best way to do optional function parameters in JavaScript?
- What is the easiest code for array intersection in JavaScript?
- What is the best time to visit Tirupathi?
Advertisements