01- Basic concepts of WordPress and website

Web pages, websites and web servers

website

A website is a collection of web pages and associated content .

"A website (also written as web site) is a collection of web pages and related content"   -- wikipedia: https://en.wikipedia.org/wiki/Website

Web page

A web page is a type of document that can be recognized and displayed by a browser. HTML documents are the most common web documents.

markmark

HTML documents are documents written in HTML markup language. After HTML markup language was invented in 1991, it has now developed to the fifth edition of the specification, so it is also called HTML5.

Web page production method

  1. Use HTML markup language to write HTML documents by hand, suitable for professional website engineers.
  2. Automatically generate web pages with the help of web visualization tools. There are many such software, such as Adobe's Dreamweaver, Gudenberg editor in WordPress, etc.

Web server

Web pages need to be stored on a dedicated web server before they can be accessed by Internet users, otherwise they can only be accessed locally.

The web server contains two levels of hardware and software:

  • Website server hardware : a computer (physical or virtual) connected to the Internet for storing web pages and web-related files. Most cloud computing companies can provide web server rental services.

  • Website server software : software used to publish web pages to the outside world, installed on the website server operating system. Web pages can only be accessed by Internet users after being published by the website server software. Nginx, Apache, IIS, etc. are all world-renowned web server software.

Generally speaking, the web servers we buy all include hardware and corresponding software.

WordPress and website

A website is essentially a very complex IT technology. A professional website engineer needs several months of professional training to master many necessary skills such as writing website code, deploying website software, and maintaining website servers.

The advent of WordPress software allows ordinary users to quickly create websites without touching the code. The graphical management background greatly reduces the difficulty of website construction and maintenance. And wordpress is also an open source free software, anyone can use it at will.

From the release of the V1 version in 2003 to the latest V5.6 version (January 2021), WordPress has gone through 18 years of development.

According to the latest survey of W3Techs in 2020 , WordPress has a market share of over 64% of all website management programs. More than 39% of the world's websites are built using wordpress, including BBC, Bloomberg, Sony and other big companies are using wordpress to build websites.

markmark

Website management programs such as wordpress and joomla are called CMS (Content Management System) abroad, and web pages are content.

WordPress features

WordPress software has been developing and changing, but no matter how it changes, its basic functions can be summarized into three categories:

  1. Web page creation (web page creation and editing)
  2. Web page publishing (matching URL, publishing web page links to the outside, etc.)
  3. Website function expansion (electronic mall, form inquiry, etc.)

WordPress learning advice

WordPress is a typical type that is easy to learn and difficult to master. It is very easy to get started, but it requires constant practice and exploration to apply WordPress flexibly in commercial websites.

WordPress can be applied to many types of websites such as blogs, corporate portals, B2C e-shops, online teaching, etc. Each direction has different requirements for the use of wordpress. The best way to learn WordPress is to first clarify your application direction, and then learn the basics of WordPress and related themes and extension plug-in functions according to the needs of the website.

Information reference:

  • https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Pages_sites_servers_and_search_engines
  • https://en.wikipedia.org/wiki/Website
  • https://en.wikipedia.org/wiki/Web_server
  • https://en.wikipedia.org/wiki/WordPress
  • https://w3techs.com/

The latest WordPress5 complete tutorial list


Guess you like

Origin blog.51cto.com/bluefox/2587023