Web Design Glossary

Client Login


Glossary of Terms Web Page Coding

Page Markup

Coding is where the 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 Tip

  • Always follow HTML/XML standards and best practices as established by W3C. Even though some browsers will forgive coding mistakes, such errors may cause problems on others.

Required expertise