Introduction Of Html

Introduction To Web & HTML.

As a simple response to what is web, I.e. web is consist of two things, one of them is server and another one is client. The web server receives the request, finds the resources and return the response to the client. The client uses web browser to send request to the server. The server often sends response to the browser Which is written in Hyper Text Markup Language **(HTML)

Where as HTML is the standard markup language for creating Web pages, it describes the structure of a Web page, HTML have series of Elements which tell the browser how to display the content, Such as Heading, Paragraph, links etc.

What is a SERVER ??

Server is consist of two side, one is Hardware side where it stores the web server Software and websites components files like HTML, documents ,images etc. and the second one is Software side where its respond to the client Request which send by any Browser in HTML format. An HTTP server can be accessed through the domain names of the websites it stores, and it delivers the content of the hosted websites to the client's device. Some popular servers in the Internet are **Apache, NGINX, Microsoft IIS etc.

SERVER DIAGRAM.png

"APACHE SERVER"

Apache HTTP Server is a free and open-source web server that delivers web content through the internet. It's an open-source Web server created by American software developer Robert McCool. Apache was released in 1995. presently its dominating the market share by 33% across all websites.

apache server.jpg

HTML TAGS

HTML tags are one types of keywords which defines that how web browser will format and display the content. Tags are consist of 3 parts "Opening Tags" , "Content" and "Closing Tags"

Heading Tags

In HTML There are 6 heading tags which are H1,H2,H3,H4,H5 & H6

Heading Tags are used to define context heading in difference size High to Low respectively. These tags also add a line space before and after the Heading.

PARAGRAPH

In HTML < p > & < / p > tags are used for put a paragraph in a webpage. which gives a separation between two context or between heading and description.

in HTML there are many types of attributes ,which provide to use images or media in webpage,

Also we can use link to display images or navigation between various webpages .

uses of Lorem

Lorem is a set of unmeaning words make a paragraph required by the person. its really helpful for randomizing word in web page.

All Of The Mentioned tag's uses are given below

html tags .png

and the preview will be look like this.

web page review.png

THANK YOU