Introduction to Web and HTML
Table of contents
In this article, we are gonna learn about a basic introduction to Web and HTML.
Web server
Web server is nothing but a software that stores the web pages. Web server includes anHTTP(Hyper text transfer protocol) server which we can see in online with the help of URL'.
One of the best and famous web server that is used is Apache server. Apache is a HTTP server which is free and open for all to create a web software which runs on apache license 2.0 and it is developed and maintained by open community developers
So, here comes the question, what is Web page?
A Web page is nothing but a document which is written in Hyper text. So, to create a web page, HTML is required.
What is HTML?
HTML - Hyper Text Mark up language, which is used to create web pages to the websites.
- HTML is not a program language
HTML is used to develop a web page
There are many tools used to write HTML but, visual studio is the tool which is used majorly because it is helps to edit, debug, and build code, and then publish an app.
HTML Tags
- HTML Tags are used to create a web page. Emmet abbreviations is the extension which is used in VS. Emmet abbreviations boosts during HTML coding's.
- The tag represents the root of an HTML document
- Most tags in html require a closing tag
I hope, this article is helpful for the beginners which gives the enough information about web HTML. Thank you