[JAVA] Language summary to learn from now on

As I started learning programming, I investigated the content and role of the language. Please check the summary below. We would appreciate it if you could point out any mistakes.

About HTML HTML (HyperText Markup Language) is a language developed for creating web pages, and most of the web pages published on the Internet are currently created in HTML. With hypertext, you can link from one web page to another, or embed data files such as images, videos, and sounds in the web page with links. In HTML, related information can be linked with each other using this hyperlink function. It has the feature of organizing information by connecting Familiar HTML includes websites, emails (HTML format), and smartphone apps.

About CSS CSS (Cascading Style Sheets) is a language for specifying the style of web pages. A general technique for specifying the style of a document, including documents created with word processing software, is called a style sheet. When applying styles to web pages created with HTML or XHTML, CSS, which is one of the style sheet languages, is generally used. CSS is a language used in combination with HTML. Whereas HTML defines the meaning and information structure of each element in a web page, CSS specifies how to decorate them. For example, a display style such as color, size, and layout when a web page is displayed on the screen, an output style when printed / output by a device such as a printer, and a playback style when read aloud. You can specify the style of display / output / playback of.

About JavaScript JavaScript is a programming language that lets browsers work A language for creating "moving" pages on web pages. Effects when sliding images and processing according to user input can be realized in the JavaScript language.   About Ruby Ruby is an object-oriented scripting language that was released to the public in 1995. This scripting language is a programming language for creating application software. Examples include web services and applications. Ruby is the base language of the popular framework "Ruby on Rails". Ruby on Rails is a framework for creating web applications, and you can use it to develop various applications. Besides Ruby on Rails, Ruby can be used with frameworks such as SINATRA, Padrino, and Hanami. Ruby is a programming language for creating "systems" for web applications. Similar languages include PHP and Python.

About Ruby on Rails Ruby on Rails is an indispensable framework for developing web services written in Ruby. The framework is called "framework" in Japanese, and that's exactly what Rails can use in the programming language Ruby.

Recommended Posts

Language summary to learn from now on
List how to learn from Docker to AKS on AWS
Upgrade from MYSQL5.7 to 8.0 on CentOS 6.7
Notes on migrating from CircleCI 1.0 to 2.0
Summary of results of research on object orientation [Updated from time to time]
Migration from Eclipse to IntelliJ (on the way)
Summary of moss when updating from JMockit 1.4 to 1.30
For Java engineers starting Kotlin from now on
Method summary to update multiple columns [Ruby on Rails]
To connect from Spring to MySQL on virtual server (unsolved)
[Updated from time to time] Ruby on Rails Convenient methods
How to connect to ClearDB from Sequel Pro on Heroku
Measures to prevent MySQL/MariaDB process from crashing on CentOS7
[Eclipse] Summary of environment settings * Updated from time to time
Things I tend to forget on MyBatis Personal summary
[Ruby on Rails] From MySQL construction to database change
~ I tried to learn functional programming in Java now ~
[Java] Platforms to choose from for Java development starting now (2020)
Changes from Java 8 to Java 11
Sum from Java_1 to 100
Migrate from JUnit 4 to JUnit 5
From Java to Ruby !!
[Note] Flow from docker installation to JupyterLab startup on ubuntu
Catch up on new features from Java 7 to Java 9 at once
From Ruby on Rails error message display to Japanese localization
How to disable Set-Cookie from API on the front side
[Summary of technical books] Summary of reading "Learn Docker from the basics"
Learn how to customize the Navigation Bar from the sample app
Notes on character encoding when migrating from windows to Mac
How to deploy a Rails application on AWS (article summary)