Introduction to Web and HTML
Web – As you know web is the synonym of the net this means in computer science is the web of connected computers or nodes.
HTML – HTML stands for HyperText Markup Language. It’s just a markup language that is used to show the webpage in the browser. Web pages of any website are designed using HTML.
Website – A website is a collection of web pages. The website works on HTTP and HTTPS protocols on ports 80 and 443 respectively.
Classification of websites
- Corporate Website
- Individual Website
Categories of websites
As web 2.0 community websites can be categorized into two parts:
- Static
- Interactive
Static Websites
Static websites are served and can capture information but they cannot engage with the users directly.
Interactive Website
Interactive websites can interact with the users directly and they also serves and capture information from users like static websites.