Beau Stafford asked:
Web development is a term used to describe building a webpage for the World Wide Web or possibly an intranet network. However it the term is generally used to focus on the coding or mark-up aspect of the website creation, not necessarily the design aspect.
Large companies can have hundreds of workers developing things for the web. This is contrary to a small business which may have one single person designated as the ‘webmaster’ that oversees the coding and design of the website and objects therein.
There are many aspects of web development that are necessary to development a website. There’s more than just one coding language and usually a person will be required to know most of the languages in order to be an applicant for a job.
What are some programming languages I’d need to know?
If you were serious about web development the first language to learn is called HTML (hyper text markup language). It’s the basis for most websites on the internet today. The rules of the code are regulated by a particular website on the net and most employers would like their employees to stick to those rules.
The code itself is pretty basic. Imagine you wanted to type a paragraph that’d be shown on the internet. Typing the paragraph isn’t enough to meet the rule requirements of the internet instead you have to put the paragraph in between a set of tags. The tag for a paragraph is the letter P surrounded by a less than symbol and a greater than symbol (
). To close the tag you’d type (
) In between those two tags a person would type the paragraph they want and it’d be ready for the internet.