Introduction to Web and HTML

Table of contents

No heading

No headings in the article.

Hello everyone, in this article, we will discuss some brief about Web servers and

Web Server- Web Server refers to hardware or software that helps to deliver web content that can be accessed through the internet. Basically, a web server’s primary role is to serve web pages for a website. Web Server is used to deliver the web pages on the request of clients using Hyper Text Transfer Protocol. It runs on a computer and responds to requests made by other computers. The most common example of a web server is Apache Web Server which is currently maintained by the Apache Foundation, Apache is one of the most popular web servers in the world today.

Live Server- It's a web extension that makes your existing server live. It creates a local host on your system and updates it continuously as long we make any changes to the code.

HTML- HTML is known as Hyper Text Markup Language.HTML is the main body component or the structure of website.HTML files has different tags.

h1 Tags- "h1 tag" is a heading tag which is basically used to create a heading. In total there are 6 heading tags till h6. In terms of sizes, h1 is the biggest heading tag and the size of the heading decreases respectively as you go to h6.

P Tag- In HTML "p tag" is used to write text or paragraphs. Browsers automatically add some space before and after each "p tag."

img Tag- To show images on the website we use the "img tag".It has several attributes like src, alt, height etc.

a Tag- In HTML by using "a tag"(anchor) we can create a hyperlink to web pages, email addresses, locations within the same page and anything else that can be addressed by a URL.

Lorem Ipsum- Lorem Ipsum is simply a dummy text for typing. In HTML we can insert a specific amount of random text by using "lorem tag". we just have to write lorem with the number that which amount of text we want.