About Web And HTML

About Web And HTML

Things Covered :

  1. Web
  2. Web Server
  3. Apache
  4. Emmet
  5. HTML Tags

1. Web

Web is a network of computers and all information accessible through web that are stored on servers, www is a medium for accessing information from all over the world. Web technologies are connected through internet and also accessible through internet, internet is wired or wireless connection between computer systems and databases, databases stores all information or other things that are calls information.

2. Web Server

Web server is combined things of software and hardware which serve information when we search anything in web, web server is mainly use http - hyper text transfer protocol for searching information in different web pages that are stored in web server database. Databases are stored devices that store web pages, images, files, videos and all other files, and a server software search information between those.

3. Apache

Apache is a software of server which use widely in present time, apache is a https based server software that can delivers information when request occcure via any machine, it is free and open source server application

4. Emmet

Emmet is a little code application in which all things defined about editing texts, it allows as to use shortcut for certain things when editing codes in certain software applications, it saves coder time in big way, it has little keyword defined for shortcut we need to learn them and we can use them in which software for those this is defined.

5. HTML Tags

There are diffrent Tags in HTML used to write code and do things with it for changing layout of webpages.

<html>

<html> is base tag in html , and all tages works under it.

<body>

<body> tag is used to define body of webpages means content under body are showing on browser.

<head>

<head> tag is use for linking libraries, stylesheets , and other things that are need for webpage but not need to print. It can't show anything in webpage .

<h1>_ _ _ <h6>

There are heading tags are available for giving headings in html pages.

<p>

<p> tag is used for write normal paragraph in html.

Like this much more tags are available in html for different things .