Website development
Web development refers to the non-design aspects of building websites – writing markup and coding. This can include website architecture, HTML, CSS, Java Script, CMS, and other simple scripting. Website development projects can range from creating the simplest single static page of plain text to incorporating the most complex multi-level Internet applications.
Website architecture
Website architecture is an approach to the design and planning of websites that, like bricks and mortar construction, involves technical, aesthetic and functional criteria. Just as an architect designs buildings with people in mind, the web developer focuses on the user’s requirements and preferences
HTML
HyperText Markup Language (HTML) is the predominant markup language for web pages. HTML elements are the basic building blocks of webpages.
CSS (Cascading Style Sheets)
Cascading Style Sheets (CSS) is a style sheet language used to direct the look and formatting of a web page. CSS controls your page titles, font families, size, color, letter spacing, line height and much more. The CSS file holds the majority of information for the layout and look of a site.

