Introduction to web and HTML

Introduction to Web The Web is a collection of data or information which helps to connect to the internet. To make access to the web we need to have a browser like Safari or Chrome.

HTML stands for Hypertext Markup language and it helps to create a web page. HTML has several tags like h, p, img, lorem etc. When we want a heading we use h and when we want to write a paragraph we use p. For long random paragraphs, we use lorem, eg. if we want a paragraph of 500 words then we can simply write

lorem500

. And if you want to insert an image to the web page then we have to use img. While creating a web page if someone wishes to see how the web page is looking then they can use the live server to check on every single detail.

The server is the connection that helps to connect between the client's computer and the web server through HTTP. Apache is one of the greatest examples of servers, it is free and most popular among other servers.

#iwritecode