Press "Enter" to skip to content

html tutorials

Introduction to Internet ?

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 mailtelephony, 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

VersionYear
HTML1991
HTML+1993
HTML 2.01995
HTML 3.21997
HTML 4.011999
XHTML 1.02000
HTML52012
XHTML52013

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 <…/>