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 create custom 404 error page in Django?
- Requested setting INSTALLED_APPS, but settings are not configured. You must either define..
- ValueError:All arrays must be of the same length - Python
- Check hostname requires server hostname - SOLVED
- How to restrict access to the page Access only for logged user in Django
- Migration admin.0001_initial is applied before its dependency admin.0001_initial on database default
- Add or change a related_name argument to the definition for 'auth.User.groups' or 'DriverUser.groups'. -Django ERROR
- Addition of two numbers in django python
Related Article