Posts

Web page design using HTML5

Image
 Introduction to HTML 5 (What is HTML? HTML stands for HyperText Markup Language. It’s the building block of the World Wide Web. HTML defines the meaning and structure of web content. Now let’s understand what is meant by HyperText Markup Language. HyperText refers to the way in which Web pages (HTML documents) are linked together. Here one document links to one or more other documents and those documents again link to one or more other documents or they may link back to the original document.HTML uses tags to "mark-up" a text document to tell a Web browser how to structure the content to be displayed. HTML has semantics that has meanings and syntax that defines the language rules. These language rules should be followed to develop a web page correctly using HTML. The History of HTML HTML 1.0 - Released in 1993 with the intention of sharing information that can be readable and accessible via web browsers.  HTML 2.0 - Published in 1995, which contains all the features of HTML ...

Intrdouction for World Wide Web

Image
  Introduction to WWW *  World Wide Web,  simply we call it       WWW is actually a part of the entire Internet.  *I can say it as "WWW is a subset of the internet." subset means a part of something bigger! 🔴What is the Internet,                     a huge network that connects computers and other smart devices all around the world. 🔴How the Internet is built,                    a collection of physical network devices and software layers together build the internet.  The Internet physically consists of routers, media(such as cables and radio links), repeaters, modems, etc. To use the internet, it needs software protocols and applications such as Web  Browsers. 🔴 World Wide Web(www),                    "An information system that uses that internet to present set of documents which are i...