Website Buildin...login
Website Building Guide
author:php.cn  update time:2022-04-01 15:26:43

Website Building Guide


What is the knowledge that a website developer must master?
  • HTML and CSS

  • Client-side script - JavaScript and the DOM

  • Server-side script - ASP, PHP

  • XML and SQL

Guide List

WWW - World Wide Web
website It is a network that can be connected to computers all over the world. How does it work?

HTML - WEB markup language.
HTML is a microblogging language. It uses "tags" to define the content of web pages.

CSS - Cascading Style Sheets
Style sheets define how HTML elements are displayed.

JavaScript - Client Script
JavaScript is used for client-side scripting. Client-side scripting refers to web browser programming.

XML - Extensible Markup Language
XML is not a replacement for HTML. XML is used to describe and transmit data, while HTML is used to display data.

PHP and ASP - Server-side scripting
Server-side scripting refers to server-side programming.

SQL - Structured Query Language
Structured Query Language (SQL) is a universal standard for accessing databases such as SQL Server, Oracle, Sybase and Access.

Web Creation Design
Introduces the design of the website and the required development tools.

Web Standards
About Web Standards and the World Wide Web Consortium.

web Website Verification
This chapter will introduce information about HTML, XHTML, CSS, XML, and WMP Validation of page standards.

Web Semantics
This chapter will introduce the semantics of the Web

Web Glossary
This is an alphabetical Internet glossary.

Web Search Engine Optimization
About SEO (Search Engine Optimization)



php.cn