Display your web page in the browser and putting in on the web

Display your web page in the browser and putting in on the web

Lesson Details:
July 10, 2020


I: Introduction

A. Introduction to programming coding languages

There are many programming languages in the world. Firstly, I’d like to introduce some basic ones.

1. C++

C++ is a general-purpose programming language. It is imperative, object-oriented, and strongly typed. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to C.

2. Java

Java is a high-level, interpreted, object-oriented, general-purpose programming language that is specifically designed to have as few implementation dependencies as possible.

3. PHP

PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.

4. HTML5

HTML5 is the fifth version of the HTML standard and describes how documents written in HTML and related technologies should be presented on the World Wide Web. HTML5 is intended to subsume not only HTML 4, but XHTML 1 and DOM Level 2 HTML as well.

II: Body

A. Display your web page in the browser and putting in on the web

Firstly, I’ll create a basic webpage, which contains headings, paragraphs, links, images and so on. This is called mark-up language or markup language. Then, I can use it to display my webpage in the browser. The second step is putting it on the web. I can save the file in the server with FTP (File Transfer Protocol). After that, I can link my webpage in the browser with its URL (Universal Resource Locator). For example: http://goole.com/index.html

III: Conclusion

As we know, there are many kinds of programming languages available in this world. Moreover, these languages are constantly updated and improved by their developers or users (such as developers of PHP or developers of HTML5). Therefore, there’s no doubt that these languages will develop faster and faster in this world.

loader
Course content