Introduction to Web ANd HTML

Introduction to Web ANd HTML

Table of contents

No heading

No headings in the article.

  • HTML

  • Web Server

  • Web page

  • Apache

  • HTML tags

HTML

HTML(hyper text markup language) is a Markup language for the web that defines the structure of web pages, in layman's language we can say HTML is the skeleton of the web Image It is a text-based approach to describing how content contained within an HTML file is structured. This markup tells a web browser how to display text, images, and other forms of multimedia on a webpage.

WEB SERVER

In simple terms, a web server is a computer that stores, processes, and delivers website files to web browsers. Web servers consist of hardware and software that use Hypertext Transfer Protocol (HTTP) to respond to web users’ requests made via the World Wide Web. Through this process, web servers load and deliver the requested page to the user’s browser – Google Chrome, for example.

APACHE

Apache HTTP Server is a free and open-source web server that delivers web content through the internet. It is commonly referred to as Apache and after development, it quickly became the most popular HTTP client on the web. It’s widely thought that Apache gets its name from its development history and process of improvement through applied patches and modules but that was corrected in 2000. It was revealed that the name originated from the respect of the Native American tribe for its resiliency and durability.

HTML tags

HTML tags are like keywords define that how a web browser will format and display the content. HTML tags contain three main parts: an opening tag, a content, and a closing tag. But some HTML tags are unclosed tags.

image.png

DOCTYPE - This tag is used to specify the version of HTML.

p - It stand for paragraph tags.

body- It is used to define the body section of an HTML document.

meta - It defines meta data of an HTML document.

title - It defines the title or name of an HTML document.

h1-h6 - It defines headings for an HTML document from level 1 to level 6.

img - It is used to insert an image within an HTML document.

Lorem

Lorem ipsum is a placeholder text. It is also called filler text or dummy text. Although lorem ipsum has its origins in Latin, the lorem ipsum text is jumbled and makes no sense even in Latin ex - If you write lorem and hit the tab button it will give you some dummy words, suppose you need paragraph of100 words so just type lorem100 and hit the tab button it will give you a 100-words.

image.png