HTML

HTML

10
9
4

What is the difference between `var functionName = function() {}` vs `function functionName() {}`?

Asked by Sohail ·
What are the purposes behind utilizing these two different methods and what are the upsides and downsides of each? Is there anything that can be done with one method that isn't (...)
0
1
1936

How to remove a specific item from an array?

Asked by Sohail ·
Is there an easy method to delete a particular element from an array? I'm searching for something like this: array.remove(number);
1
2
1476

How to set up a 301 Permanent Redirect using .htaccess

Asked by Olivia ·
How to Redirect Old URL to NEW using .htaccess For eg: RedirectPermanent http://www.domain.com/old-file.html to http://www.domain.com/new-file.html
0
1
1453

How to check if an element is hidden in jQuery?

Asked by vinoy ·
How might you test if an HTML element is visible or hidden in the DOM? Is it possible to toggle the visibility of a HTML element?
0
2
1345

How to redirect an HTML page using JavaScript?

Asked by Harpreet ·
How do I use JavaScript to redirect an HTML page?
0
1
1211

How to redirect a website using a meta tag?

Asked by Harpreet ·
How do I use Meta Tag to redirect an HTML page?
0
1
1324

How to Insert an Image in HTML Page?

Asked by Harpreet ·
How do I Insert an Image in HTML Page?
0
1
1399

How to Save contact form data using meteor methods?

Asked by Deepak Kumar ·
I am trying to figure out how to send an email to myself using data collected from a contact form.
1
1
1278

What is the difference between localStorage, sessionStorage and cookies?

Asked by vinoy ·
What are the specialized upsides and downsides of localStorage, sessionStorage, and cookies, and when might I use one over the other?
0
2
1822
Solved

What is the use of Canvas in HTML?

Asked by vinoy ·
I'm somewhat confounded about what HTML5 canvas is. I've been told it is JavaScript, however, it is by all accounts an a lot greater arrangement? What makes it unique in relation (...)
0
2
1223
Solved