Welcome to www.programmer2programmer.net Its all about programming


Programmer 2 Programmer

 Tips
 Microsoft Certification
 Project Idea NEW
 Connection Strings
 Password Recovery
 SQL Injection
 Encryption & Decryption
  
 Scripting
 Java Script
 VB Script
  
 LIVE Academic Project
 Project #1 - VB6, Access
  Project #2 - VB.Net, SQL
 Project #3 - ASP, Access
 Project #4 - C#, SQL
 Project #5 - VB6, SQL
  
 Sikkim Manipal University
 SMU - Question Paper NEW
  
 Interview Question Answer
 General & HR Round
 Visual Basic 6
 VB.Net & Framework
 C#
 ASP.Net
 SQL Server
  Oracle and DBA NEW
 My SQL
 Project Management
  

100% Tested
Ready Academic IT Projects

BE, ME, BTech, BCA, MCA, MBA, Bsc-IT, MS, BIT, ADIT, DOEACC, IGNOU, SMU
readymadeproject.com
One stop solution for VB6, VB.Net, C#, ASP.Net, Crystal Report, Oracle, SQL Server, MySql, PHP, XML, AJAX ....
Home Personal Member Forum Source Project Tips Contact  
 

 

HTML

What is HTML?
HTML (Hyper Text Markup Language) is a method where ordinary text can be converted into hypertext, It is a set of special codes included to control the layout and appearance of the text, HTML is not a programming language. It combines instruction within data to tell a display program called browser, how to render the data that the document contains.

Tim Berners-Lee developed HTML in early 1990 at CREN (council Europian de la Recherche Nucleaire), the European Particle Physics Laboratory in Geneva, Switzerland. HTML is a public domain and not owned by anybody. the W3C (World Wide Web Consortium http://www.w3.org) is the body, which controls the HTML Standard.

HTML is a subset of SGML (Standard Generalized Markup Language). SGML originated in 1960s at IBM to overcome the problem in moving the document across the multiple hardware platform and Operating System. INM's effort were called GML (General Markup Language) later in 1980 SGML came into existence.

Tag or Tag element refers to the HTML codes that define the element in an HTML file, such as headings, paragraphs and list. there are two kinds of tags - the container tag and empty tag (HTML tags are inserted into a document between < and > symbols. Tags are not case-sensitive.

Try yourself.
1. Load any text editor (Notepad, WordPad, Word, TextPlus)
2. Create the HTML file and save it, with .HTM or .HTML extension.
3. Open saved file in Browser (IE, Netscape) to view.

HTML Sample Code/Tag.
There is more than 50 sample code you can try for document structure, formatting, form, frame, tables, hyperlinks, displaying images. Get Sample code 

HTML FAQ.
Get all your query related to HTML, Coding, Designing, and publishing. Get HTML FAQ

HTML Resource
1. www.w3.org
2. www.w3school.com

 

 

 

 

 

 

(C) Atanu Maity, 2006-2007