The Internet is a massive interconnection of computers that connects computers across the world.
Million of computers around the world which are connected together to share information from the internet. It is a network of networks that consists of private, public, academic, business, and government networks of local to global scope, linked by a broad array of electronic, wireless, and optical networking technologies. The Internet carries a vast range of information resources and services, such as the inter-linked hypertext documents and applications of the World Wide Web (WWW), electronic mail, telephony, and file sharing.
What is WWW ?
- WWW stand for world wide web.
- WWW is a way to connect or link documents accessed via the Internet.
- The document can be viewed through web browser .the document or web page may contain text, images, videos, and links with other web pages etc.
Introduction to HTML
HTML tags are collection of elements used to create a Web Page.HTML language allows the creation of hypertext links, also known as hyperlink, to other document or same portion of the same document, Formatting tag etc
The HTML Document Type was once designed by means of Tim Berners-Lee at CERN as phase of the 1990 World Wide Web project. In 1992, Dan Connolly wrote the HTML Document Type Definition (DTD) and a quick HTML specification.
HTML Version
Version | Year |
---|---|
HTML | 1991 |
HTML+ | 1993 |
HTML 2.0 | 1995 |
HTML 3.2 | 1997 |
HTML 4.01 | 1999 |
XHTML 1.0 | 2000 |
HTML5 | 2012 |
XHTML5 | 2013 |
What is HTML?
HTML is stand for HYPER TEXT MARKUP Language.
HTML is consist of elements and Tag ,which help to develop web Page, define the structure of web page, link web pages
HTML Tags
HTML Tags are used to make complete Web page.
- Paired Tags.
- Singular Tags.
HTML Paired tag start with<> and end with </>
HTML Singular Tags start with and end with <…/>