web and html.

web and html.

Table of contents

No heading

No headings in the article.

intro to web and html-

1.Webserver-a web server is not necessarily some huge pieces of hardware kept somewhere but they are also softwares that stores and deliver content for a website.. ‌apache as a webserver accepts http requests from user and sends them desired info in the form of webpages.

2.‌emmet-helps us to write code and, we not necessarily have to use vscode to use emmet we can use any editor.

3.‌Why liveserver ? We use liveserver because -if we click on the html file it will give us a webpage . But after clicking if we make changes to code then we will still see the same webpage(no updation).. That’s why liveserver. Liveserver injects script code in our main code.

‌Html tags-

P-used to write paragraph

H1 to H6-for headings

a-for creating clickable text or images through links.

Img - for inserting images inside html file.