Coding
Coding is where web pages are physically built. Web pages are coded by using [[HTML]]/[[XML]] markup tags to format and layout text, graphics, hyperlinks, and other page elements. [[Client-side scripting]] is also included to make web pages more functional and dynamic.
Development Guide Tips
- Always follow HTML/XML standards and best practices as established by [[World Wide Web Consortium|W3C]]. Even though some browsers will forgive coding mistakes, such errors may cause problems on others.