introduction to web and html.

what is html and web?

·

1 min read

  • Introduction to web and html:

    web is the network where server and clients connects.

    html is used to to manipulate text, images, etc. to display it in the required format.

    it is always surrounded by angle brackets . -the first part of html is head. the head part contains titles ,links and so many elements we can put on head. -after head there is body part where we put text, images, and so on.

what is server?

it is the device that provides service to another program or user.

apache:

web server that process request and serve web assets.

live server:

it is used to host website content and applications. it gets directly connects to our pages.

*html tags

the 'h' tag is used to represents heading. h1 is used for most important heading while h2 is considered as a less important subheading.

p tag is used for creating a paragraph.

a this is used to create a link.

Br tag is used to create a blank lines in paragraphs.

img this tag is used for insert an image to our webpages.

lorem ipsum: it is dummy text or sample text. it contains so many words.

* hope it will be useful. keep exploring, till happy learning!!