
The Basics of Coding
Coding plays a major part of every website and online advertising. There are three main types of coding and they are HTML, JavaScript, and CSS. When designing a website you have to first use HTML to build the site and then you can use CSS to help design the site, The main logic of the site is always JavaScript. Without all three of these languages most web pages wouldn’t be able to run effectively.
HTML

-HTML can be used to collect user info
-Access hyperlinks via web resources
-Publish documents online.
HTML stands for Hypertext Markup Language. HTML elements are the building blocks to all website pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. This language also provided a means to create structured documents by denotating structural semantics for text such as headings, paragraphs, lists, quotes and other items.
CSS

-CSS can be used to Color
-Create Boarders
-As well as change font size and styles
CSS stands for Cascading Styles Sheets. This language is used for describing the presentation of a document written in a markup language such as HTML. CSS is designed to enable the separation of presentation and content, including the layout, colors, and fonts. This separation can improve accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple web pages to share formatting by specifying the relevant CSS in a sperate.
JavaScript

-Preform transitions and animations
-Change the style position of elements on the website.
JavaScript is often abbreviated as JS, is a language that conforms to the ECMAScript specification. Alongside HTML and CSS, JavaScript is the core technology of the world wide web. Over 97% of websites use it client-side for web page behavior. As a multi-program language, JavaScript supports event-driven, functional, and imperative programing styles.