answersLogoWhite

0


Best Answer

At the most basic level is HTML and CSS. CSS is used mostly for the layout and visual design of the website. Usually combined with those is JavaScript. However, more and more websites are using PHP and MySQL. These are becoming more popular and if you ever want to have a website with multiple user accounts that your visitors can log into, PHP is probably the way to go. Might as well start out with it, then add this ability later when you're ready for it.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

From the "client" or "browser", you will be using HTML, XHTML, or XML for the document's content, CSS for the document's styling (generally), and possibly JavaScript, VBScript, JScript, Silverlight, Flash, or Java for interactive elements. For the server, you might be using any of a number of programming languages, including PHP, Perl, Ruby, C++, shell scripts, ASP, JSP, Forth, .NET, and so on.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

In general, no, HTML is not a programming language. It is a markup language, which is very different. A traditional programming language contains control and logic structures, none of which are in HTML.

HTML describes how something should look (via a browser) and contains commands that describe the actual markup of a page.

HTML is a subset of SGML, which is used by publishers to describe how a book is produced. Since browsers on the internet do not need the same level of markup HTML was developed to describe the more limited requirements of showing/rendering a page via a browser.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Several languages are used. The initial version of the World Wide Web defined HTML. Since then several "back-end" languages have been defined that run on servers; PHP and ASPX are the most common with varieties of Visual Basic and Visual C# being used alongside ASPX. Javascript is also used to run small applications on the browser and SQL is used to interact with databases. Most modern websites use a mixture of several of these languages.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

HTML is not a programming language; it is a Markup language. It is used to define the structure of data in pages. In order to make webpages actually do things it can also work with JavaScript, CSS, PHP, and more.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Strictly speaking, HTML is the basis for almost all web pages, however there are many more languages that may come into play such as:

Javascript: This is a language that help you do cool things in your browser like having pages that change depending on user actions (as opposed to pages that are just static with a bunch of links to other static pages)

PHP: This is a languages that allows you to do cool stuff on the other side (the server side) of the web page. Among other things it allows you to access databases with stored information.

SQL: This is another server side language and comes in many flavors MySQL, MsSQL and more. Its the language of the database that might be accessed by PHP.

ASP: Similar to PHP in form and function but has some other features as well (someone who knows ASP should elaborate here)

CSS: this isn't really a language but a way of telling HTML how it should look, it can also play a critical role in Javascript functionality.

Ruby, Python, Perl etc.. : there are many server side languages (that I don't know) they all have their advantages and disadvantages.

XML/XSLT: The XML is the root of all markup languages (such as HTML) its not really necessary to understand it for basic webpage design but can come in handy in the future, XSLT is like CSS for XML, also handy.

Java: Java is kinda like PHP and other server side languages but it is compiled (which means it runs faster and is also harder to develop in). Also Java can run in applets on the clients machine (and in this way acts sorta like Javascript)

This answer is:
User Avatar

User Avatar

Wiki User

6y ago

Any programming language can be used to create web pages, although some are more common than others. All they need to do is create and write out the HTML code with the contents, formatting specification and links. Within a web page, you can also include programming in languages like javascript, java, and PHP. The PHP code is processed by the web server and modifies the HTML code as it sends out the web page code. The javascript and java are sent out and are executed by the web browser (Internet explorer, Firefox, Chrome, etc) receiving the web page information.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Some possibilities are Php, Perl, C, Java, Asp

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

HTML stands for Hyper Text Markup Language. HTML is the language.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

java

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What programming language is use to create a website?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between highlevel programming language and low level programming language and middle level programming language?

High level programming is drag & drop, easy peasy programming. In the objects you use to create something ( program, graphics). The components are made up of middle level programming. A language that is easier to remember than zeros & one's...which is a low-level language that integrated chips use to work.


What is HTML and why you use HTML?

HTML - Hyper Text Markup Language is a computer programming language which can be used to create webpages/websites.


Which is correct source program is a high level language or machine language?

Neither. Programming languages are what we use to create source code.


What is a programming language (Apex)?

A language used by application software developers to create instructions for the computer to use to run the application software


Can you use WordPress software to create a PHP website?

Well, Wordpress is written in (primarily) PHP, so any blog or website powered by Wordpress is technically a PHP based site, even though Wordpress also has some Javascript and other stuff in there.


Is there a program that can help you make a programming language but you don't need to know a programming language?

No. In order to make or use a program or a programming language, you need to know a programming language.


What website can you learn programming code?

That depends on what kind of programs (game, windows application, website?) you would like to write, which is more or less linked to what programming language you might want use.


What is the main use of php than other programming languages?

PHP is used mainly to help create dynamically generated website pages. It is a script language running on a server. PHP programs are not compiled as executable files.


Is JavaScript or Dreamweaver better?

Not comparable. JavaScript is a programming language. Dreamweaver is an application (which you can use to create pages with javascript, html, etc.)


What is a base connection?

When we create a website or a project in programming language we need to use a database for storing the data . A database connection used to establish a connection between the server and the client. For this jdbc jar is added in the project in case of java .


How do you use c language for create to games?

There are certain codes in a programming language that a computer or machine could understand.It needs a work in designing ,data structures ,objects,and so on..


Can you use C as OOPS?

No, it is a programming language.