Is a website can complete without PHP and Java script?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

I am online Quran teacher 7 years

Yes, a basic website can be created and function without using PHP or JavaScript, as long as it only contains static content like text and images, which can be achieved solely with HTML. Explanation: HTML is the foundation: HTML is the core language for building web pages, allowing you to define...
read more
Yes, a basic website can be created and function without using PHP or JavaScript, as long as it only contains static content like text and images, which can be achieved solely with HTML. Explanation: HTML is the foundation: HTML is the core language for building web pages, allowing you to define the structure and content of a website, even without any dynamic functionality. Dynamic features require scripting: PHP (server-side) and JavaScript (client-side) are primarily used to add interactive features like user logins, form submissions, dynamic content updates, and complex animations, which are not necessary for a simple static website. Key points to consider: Limited functionality: A website without PHP or JavaScript will lack interactive features like user logins, dynamic content updates, and complex animations. Most websites use scripting languages: Most modern websites utilize at least some JavaScript to enhance user experience with interactive elements. read less
Comments

Online Mathematics tutor with 8 years experience(Online Classes for 10th to 12th)

Yes, a basic website can be created and function without using PHP or JavaScript, as long as it only contains static content like text and images, which can be achieved solely with HTML. Explanation: HTML is the foundation: HTML is the core language for building web pages, allowing you to define the...
read more
Yes, a basic website can be created and function without using PHP or JavaScript, as long as it only contains static content like text and images, which can be achieved solely with HTML. Explanation: HTML is the foundation: HTML is the core language for building web pages, allowing you to define the structure and content of a website, even without any dynamic functionality. read less
Comments

Related Questions

Is Java a language or a technology?
java is both language and technology. Java platform serves as technology.
Sammeyka
0 0
5
What is the general syllabus covered in core Java training from any institution?
Welcome Course Overview Review of Java Fundamentals The Java Environment Data Types The String Class The StringBuffer Class Arrays Passing Data Types to a Method Constructors &...
Shiv Kohli
0 0
5
What's New in JDK 8 ?
1.Lamda Expressions I started with lambda expressions as this is probably the most sought after feature in the language after probably Generics/Annotations in Java 5. 2.Generic Type changes and improvements Taking...
Ashish

I am a fresher and I want to become a Java developer, so what is necessary to crack the Java interview ? 

Hi Dipesh, understand that Java is a kind of ocean. It is vast. For interview preparation, you can brush up your Core Java Concepts and OOPs concepts and understand how JAVA works and learn the java features...
Dipesh
How does Java implement polymorphism?
Java implements polymorphism in two ways: 1. Static or compile-time polymorphism is done by method overloading (more then one methods sharing the same name but different number/types/order of parameters) 2....
Sajjan
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

Constructor Overloading
public class ConstructorOverloading { public ConstructorOverloading(){ System.out.println("default"); } public ConstructorOverloading(String a){ System.out.println("a"); } public ConstructorOverloading(int...
S

Sarthak C.

0 0
0

Software Development Training In Jaipur
Satyam Web Solution provides website designing &development and software designing &development training in Jaipur for various stream’s students. MCA 6 month Industrial Training/Internship B....

Syntax and example of java
Java syntax: Class Display - - class definition { Void Display() { System.out.println('welcome to Java') ; } Public static void main(String arcs) { Display D=new Display() ;--object creation D. Display } }

What Would Be Life Cycle Of A Fresher After Campus In An IT Company?
1. Basic Technical Training: Since freshers are not subject matter experts so gone through 3 - 6 months basic technical training within Organization. 2. Technical Assessment: HR sends freshers to various...

Recommended Articles

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you