navbar menu

Search This Blog

Version of Windows Operating Systems

Windows 1.01, Windows 2.10, Windows 3.5, Windows 95, Windows 98, Windows 2000, Windows XP, Windows Vista, Windows 7, Windows 8 and Windows 10.

Windows 10:

Windows 8:

Windows 7:

Windows Vista:

Windows XP:

Windows 2000:

Windows 98:

Windows 95:

Windows 1.01:

HTML Tags, Attributes, Elements and Syntax

HTML Tags:

HTML Elements:

Attribute:

Formatting:

Hyperlink:

Image Add:

Table:

Version of HTML

Common version of HTML are XHTML and the ending version of html is HTML5. HTML5 is followed by all the rules of the XHTML. Currently XHTML is being used more. The HTML we call this word is actually XHTML. so if you learn HTML5 you will automatically learn html earlier versions. The W3C Company Creates and Manages HTML. HTML5 is basically XHTML but here the new tags and rules have been added. since the early days of the web, there have been many versions of HTML:

Versions                  Year

HTML                      1991
HTML 2.0                1995
HTML 3.2                1997
HTML 4.01              1999
XHTML                   2000
HTML5                    2014

Basics of HTML

Hyper Text Mark-up Language short form is  HTML which World Wide Web (WWW) display the information in Web Browser or use progmmars to prersent and format web page information. this is not really a programming language. it is a structural languager of web page. programmers use this language to properly format their content, text, audio, video and files on web pages. HTML file normaly known as web page. Tim Berners Lee was the first to invent HTML in 1990 when working at CERN located in Gavana.the extension of html document is .html or .htm. html file can be created using any type of text editors. suppose: Notepad, Wordpad, Sublime Text etc...

Concept of HTML: HTML is used to design web pages. Generally there are two major parts in a web page created in HTML.

1. Head Part: This section contains the Title of web page, web page type, search engine key-word, required codes which present in this part. this part is very important for a web page.

2. Body Part: This is the main part of the document in which information is displayed.

The example of HTML page stucture:


<html>
   <body>
      <h1>this is a heading</h1>
      <p>this is a paragraph.</p>
   </body>
</html>

Concept of Web Page Design

Web page, Website, Web portal, IP address, Domain and Web browser.

Web Page: a web page is a document commonly written in Hyper Text Markup Language (HTML) that is accessible through the internet or other network using an internet browser. a web page is accessed by entering a URL address and may contain text, graphics and hyperlinks to other web pages and files. the page you are reading now is an example of a web page.

Web Page Content:

Web Site:

Web Portal:

IP Address:

Domain Name:

Web Address:

Web Browser:

Types of Web Sites:


1. Static Website
2. Dynamic Website

1. Static Website:

2. Dynamic Website:

Web Site Layout:

Home page, Main sections, Subsections