Website Construction Guide
What should a website developer have to master?
- HTML and CSS
- Client-side script - JavaScript and the DOM
- Server-side script - ASP, PHP
- XML and SQL
Guide list
WWW - The World Wide Web The
web site is a network that connects computers all over the world. How does he work?
HTML - WEB markup language.
HyperText Markup Language (HTML: HTML) is a standard markup language for creating web pages.
CSS - Cascading Style Sheets A
style sheet defines how to display HTML elements.
JavaScript - Client Scripting
JavaScript is used for client scripting. Client-side scripting refers to Web browser programming.
XML - Extensible Markup Language
XML is not an alternative to 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 common standard used to access databases such as SQL Server, Oracle, Sybase, and Access.
Web Creation Design
Introduction About the website design, and is the development tools needed.
Web Standards
About Web Standards and World Wide Web Consortia.
Web Site Validation
This section introduces validation of HTML, XHTML, CSS, XML, and WMP page standards.
Web Semantic
This chapter introduces the Web semantics
Web Glossary
This is an alphabetical list of Internet vocabularies.
Web Search Engine Optimization
About SEO (Search Engine Optimization)
Post your comments / questions
Recent Article
- How to add two numbers in Android Studio? | Source Code
- FindViewByID returns null in android studio -SOLVED
- Saving changes is not permitted in SQL SERVER - [SOLVED]
- Restore of database failed. File cannot be restored over the existing. -[SOLVED]
- One or more projects in the solution were not loaded correctly in Visual Studio 2019 | FIXED
- How to find Laptop's Battery Health?
- SOLVED-Related Field got invalid lookup: icontains error in Django
- How to enable Search Feature in Django admin?
Related Article