Latest questions in Web Development

0 votes
1 answer

What is a Favicon, and Why is It Important?

A favicon is your website logo that ...READ MORE

Jan 30, 2020 in Web Development by Niroj
• 82,880 points
863 views
0 votes
1 answer
0 votes
1 answer

What is callback function in JavaScript?

callback is not a keyword, its just ...READ MORE

Jan 30, 2020 in Java-Script by Niroj
• 82,880 points
17,797 views
0 votes
1 answer

What does cors means in Angularjs and what the use of it?

CORS is Cross Origin Resource Sharing which means you ...READ MORE

Jan 29, 2020 in Web Development by kartik
• 37,510 points
4,038 views
0 votes
1 answer

In how many ways we can develop custom service make available in AngularJS?

Services:  A special unit of code which ...READ MORE

Jan 29, 2020 in Web Development by Niroj
• 82,880 points
407 views
0 votes
1 answer

What is data binding in AngularJS?

Data binding is synchronization of data between the ...READ MORE

Jan 23, 2020 in Web Development by Niroj
• 82,880 points
867 views
+1 vote
1 answer

What is SQL injection?

hey @Fighnithi, Yes,SQL injection is one of the ...READ MORE

Jan 22, 2020 in Web Development by Niroj
• 82,880 points
1,053 views
+1 vote
1 answer

What are the different types of pop-up boxes available in JavaScript?

There are  basically three types of pop-up ...READ MORE

Jan 22, 2020 in Web Development by Niroj
• 82,880 points
1,362 views
+1 vote
9 answers

What is the difference between web design and web development?

A designer designs the web pages and ...READ MORE

Jan 22, 2020 in Web Development by Niroj
• 82,880 points
1,693 views
+1 vote
1 answer

How are the add's of items added to cart of any e-commerce website pop-up when i logged in to facebook? Is their any html code realted to it?

This is basically done using Facebook Pixel. Facebook ...READ MORE

Jan 22, 2020 in Web Development by Niroj
• 82,880 points
965 views
+2 votes
1 answer

What are the different ways of using angularjs scope?

Hey!! basically there the three ways of using ...READ MORE

Jan 21, 2020 in Web Development by Niroj
• 82,880 points
525 views
+1 vote
1 answer

How to access the Angularjs scope of a particular html element from our console?

Hello, You should follow the below steps:-- 1.Compile and ...READ MORE

Jan 21, 2020 in Web Development by Niroj
• 82,880 points

edited Jan 21, 2020 by Niroj 2,513 views
0 votes
3 answers

Explain the difference between visibility:hidden; and display:none?

display:none means that the tag in question will ...READ MORE

Dec 14, 2020 in Web Development by Gitika
• 65,910 points
118,640 views
+1 vote
1 answer

What is css box module?

Hey, All the element present in html follows ...READ MORE

Jan 20, 2020 in Web Development by Niroj
• 82,880 points

edited Jan 21, 2020 by Niroj 992 views
+1 vote
1 answer

What are pseudo class in css??

Hey, The state of an element is controlled  by ...READ MORE

Jan 20, 2020 in Web Development by Niroj
• 82,880 points

edited Jan 21, 2020 by Niroj 702 views
+1 vote
1 answer

What is the relationship between angularjs Scope with controller/view?

Let us consider the below block: <div ng-controller="emp"> ...READ MORE

Jan 20, 2020 in Web Development by Niroj
• 82,880 points

edited Jan 21, 2020 by Niroj 833 views
0 votes
0 answers

Anyone can help me out to understand the semantic of (document.getElementBYId("demo").innerHTML="Hello") ?

Hello guys, Can Someone helps me to find ...READ MORE

Jan 17, 2020 in Web Development by anonymous
• 37,510 points
759 views
0 votes
1 answer

Can i learn back-end web development without having any knowledge on front end web development?

Hi Unfortunately no, you have to know the ...READ MORE

Apr 23, 2020 in Web Development by Chyanit
• 160 points
2,464 views
+1 vote
2 answers

How to embed Google map on my website?

1. Search whatever you want to embed. 2. ...READ MORE

Jan 17, 2020 in Web Development by anonymous
754 views
0 votes
1 answer

Do all HTML tags come in a pair?

HTML tags can be of two types: 1.Paired ...READ MORE

Jan 16, 2020 in Web Development by anonymous
3,242 views
0 votes
1 answer

How many methods of including css in an HTML document?

Hello fignithi, yes!!,you can use external file for css ...READ MORE

Jan 16, 2020 in Web Development by Niraj

reshown Jan 16, 2020 by Sirajul 1,831 views
0 votes
1 answer

What is the difference between span and div?

The div should be used to wrap sections of ...READ MORE

Jan 16, 2020 in Web Development by Niraj

edited Jan 21, 2020 by Niroj 3,223 views
+1 vote
1 answer

How to make links open in new window or tab?

To create a new window or tab when ...READ MORE

Jan 16, 2020 in Web Development by Niraj
413 views
0 votes
2 answers

Define a SQL query? What is the difference between SELECT and UPDATE Query? How do you use SQL in SAS?

HI.. SQL is Structured Query Language, which is ...READ MORE

Aug 8, 2020 in PHP by anonymous
9,718 views