[JAVA] What is web development?

table of contents

What is web development? What is the Web How the Web works Front end and server side

What is web development?

Web development mainly refers to building an environment on the Web server side.

What is the Web

WWW is an abbreviation for World Wide Web, which stands for "spider web". A system that uses HTML documents that are standard on the Internet and intranets. You can use information such as text, images, videos, and music. Pages created using the Web are called "Web pages" and "Web sites".

How the Web works

web開発とは.jpg

Software and computers that publish information on the Web are called Web servers, and those that receive information from Web servers are called Web clients. It consists of delivering information such as text, images, videos, and music from the server to the client via the Internet.

When publishing a simple website, we create the front side with HTML / CSS and rent a rental server to publish it.

Front end and server side

front end

The front end refers to the interface with the client, and the representative languages are HTML, css, and javascript.

HTML HTML (Hyper Text Markup Language) is one of the markup languages created to create Web pages. Hypertext can be displayed on a browser by embedding text information or embedding a *** hypertext link ***. https://qiita.com/yousuke_asami/items/a18778d7380d2438b1ab

css CSS (Cascading Style Sheets) is a language for specifying styles, and you can decorate marked-up tags.

javascript An object-oriented scripting language developed for interactive expression on the WEB, where you can add movements, etc.

Server side

The server side is where data is exchanged from the front end, and Java, PHP, Ruby, etc. are typical languages. Recently, server-side development using javascript is also progressing, and there are Node.js, React, Ajax, etc.

Recommended Posts

What is web development?
What is Cubby
What is Docker?
What is null? ]
What is java
What is Keycloak
What is maven?
What is Docker
What is self
What is Jenkins
What is ArgumentMatcher?
What is IM-Juggling?
What is SLF4J?
What is Facade? ??
What is Java <>?
What is Gradle?
What is POJO
What is Java
What is RubyGem?
What is programming?
What is Docker
What is Byte?
What is Tomcat
What is Java and Development Environment (MAC)
What is Maven Assembly?
What is `docker-compose up`?
What is a constructor?
What is vue cli
What is an interface?
What is Ruby's self?
What is hard coding?
What is a stream
What is Ruby's attr_accessor?
What is Java Encapsulation?
What is permission denied?
What is instance control?
What is an initializer?
What is an operator?
What is object orientation?
What is Guava's @VisibleForTesting?
What is MVC model?
What is an annotation?
What is Java API-java
What is @ (instance variable)?
What is Gradle's Artifact?
What is JPA Auditing?
[Swift] What is dismiss?
[Java] What is flatMap?
What is a Servlet?
[Java] What is JavaBeans?
[Android] What is Context? ??
[Java] What is ArrayList?
[Ruby] What is true?
What is object-oriented after all?
What is HttpSession session = request.getSession ();
What is docker run -it?
What is Java Assertion? Summary.
[Memorandum] What is an error?
What is DI (Dependency Injection)
What is a wrapper class?
What is object-oriented programming? ~ Beginners ~