Accessibility – refers to how user-friendly or ‘accessible’ your website is, particularly for less able users such as the visually impaired.

trail of breadcrumbs – often also known as a path, the breadcrumb trail is a (usually) horizontal list of links showing the path to the current page from the home page, for example the breadcrumb trail to this article might be:

Home > Internet and Online Businesses > Web Design > ABC of Web Design

CSS – Cascading Style Sheets, commonly referred to as CSS, is a markup language used to tell web browsers how a web page should look like, for example, what colors, font styles, sizes, and positions a page should use . CSS files have the .css file extension

domain names – A domain name is the names used to find a website in a web browser, for example, EzineArticles.com. Domain names can also have subdomains like blog.ezinearticles.com

embed – A term generally used to describe elements such as video or flash that can be ’embedded’ into a page. An embedded element is usually something that does not run natively in a web browser and requires the installation of additional plugins, such as a flash player.

Favicon- Short for ‘favorite icon’, the favicon is the small image displayed next to the URL in most web browsers. It gets its name from a time before search engines were commonly used to find websites and favorites lists were important features. The favicon would be placed next to bookmarked favorite sites.

MISTLETOE – Graphical user interface or GUI refers to the operating system that allows a visitor to obtain information from a computer visually without entering code. On any website is a GUI, although in web design this terminology generally refers to more advanced web-based applications and games.

HTML – Hypertext Markup Language or HTML is the main language of the web and what most web pages use to structure their content. HTML is not strictly a programming language, it is a very basic set of commands that a web browser can interpret to help design a web page.

image map – An essentially old-fashioned style of web design in which a single image has clickable sections that link to different web pages. Image maps are rarely used in modern web design as they are considered somewhat inaccessible.

jpeg – JPEG or JPG are the most common file type used to display images on the Internet. GIF and PNG images are also popular.

Keywords – Keywords are used by search engine optimizers (SEO) to help search engines understand what a page is about and return that page to relevant search results. SEO is used to place keywords within keyword meta tags, although this practice is now outdated and keywords are now more effective if used in the page title, headers, and within the copy of web pages. .

Link – Links or hyperlinks are Internet navigation systems that allow visitors to move between pages and websites. Links are HTML encoded using the to href tags, but you can also create a link using javascript and flash.

metadata – Metadata on web pages refers to additional information about the page contained in the area of ​​the HTML that is not displayed to visitors, but is used by machine readers, such as search engine crawlers.

Navigation – Any system that allows visitors to ‘navigate a website’ can be called a navigation system. the most common navigation on websites are menus, search functions, breadcrumb trails and site maps

open source – Refers to software where you can access the source code and edit it to behave in a different way. The most popular open source software in web design today is the WordPress blogging platform that anyone can download, install, and edit. Open source generally makes web design faster, as it’s often easier to start with someone else’s code than to write your own from scratch.

permalink – Permalinks or permalinks are generally used in blogging terminology to describe the absolute link to a post or page that does not change over time. Since blogs are time-based and new content is added regularly, a post’s permalink is where the post will still be found after newer posts remove it from the home page.

RSS – Really Simple Syndication or RSS is a type of XML file that simplifies the content of a website into a ‘feed’ of content that can be easily published on other sites or accessed by applications such as RSS readers. Using RSS, the contents of a site can be read without having to visit the website itself.

subdomain – A subdomain sits below a domain name in the web hierarchy. The subdomain is the part of a web address that precedes the domain name. for example, in blog.ezinearticles.com, the ‘blog’ part of the address would be the subdomain, while EzineArticles would be the domain. Subdomains are useful for hosting different types of content under the same domain name.

location code – Code added to web pages to allow visitors to be monitored by web analytics tools such as Google Analytics is called tracking code. Tracking code is typically a small piece of javascript code that is not visible on a web page to normal visitors, but communicates information about the visitor to the web analytics server.

urls – Universal Resource Locator or URL is the address of a web page on the Internet that is displayed in the address bar of a web browser.

ValidXHTML – refers to the code of a web page that ‘validates’ against the standards set by the W3C (see below). This is an industry standard among web designers.

W3C – World Wide Web Consortium or W3C is a group that defines “standards” for web design technology.

XML – Extensible Markup Language or XML is a type of markup language used to create a simple structure for online documents, such as RSS feeds.