Infolinks In Text Ads

Invisibility Technology: Coming Soon Share

The race to make invisibility technology is on. Invisibility,may soon become a reality and through some interesting implementations, could actually serve as a useful feature in product design.

HOW TO HACK FACEBOOK ACCOUNT

These are some ways of hacking facebook account. There may be more but this time only these are in my mind.

C Programming Language

is sometimes referred to as a ``high-level assembly language.'' Some people think that's an insult, but it's actually a deliberate and significant aspect of the language.

Business

We are youth and youngsters and in todays time only aggressive, passionable, confidential youths can be better businessmen and we can do something else by which we can prove every body that we can create a new world.

FITNESS FIRST FOR WOMEN

The female-only environment of Fitness First for Women means that you'll be totally comfortable working out with us, no matter what shape or size you are - or think you are!

TRANSPARENT COMPUTER SCREEN

Transparent Computer technology has progressed rapidly, keep reading to learn more about this incredible technology.

PROJECTION KEYBOARD

A projection keyboard is a virtual keyboard that can be projected and touched on any surface. The keyboard watches finger movements and translates them into keystrokes in the device.

PROGRAMMING IN DOTNET

Dot net is advanced suite which is removing the walls between applications and the internet.

INTRODUCING HTML

The general rule with HTML tags is : For every beginning, there is an ending. The tags shown with the forward slash in them / are the ending tags.

Saturday 11 February 2012

Introducing HTML


  • HTML stands for Hyper Text Markup Language.
  • It is the base code for web pages.
  • It creates a visual presentation that is displayed by a web browser.


The commands in HTML coding (known as TAGS) are enclosed in angle brackets < >. The tags normally come as a set. One to open a command, and one to close it. Everything between the two tags will be affected by them. The closing tag uses a forward slash / in it. 

<TAG NAME></TAG NAME>

Tags are made up of elements, properties, and values. The command letters or words are calledelements. Some elements have declared settings called properties. These properties help describe or shape the way the element will work or function. The property settings are known as values. Some tags can have many properties, others have none. 

<ELEMENT PROPERTY="VALUE">

The first step in building a web page is entering the FOUNDATION tags. These are the ground level commands that make up the structure of the web page code. 

<html>

<head>

<title> </title>

</head>

<body>

</body>

</html>

The general rule with HTML tags is : For every beginning, there is an ending. The tags shown with the forward slash in them / are the ending tags. 

HTML
Hyper Text Markup Language. Most all web pages are written in this code. Did I just say codeinstead of language? Yes! The L does happen to symbolize language, but it referes to the English language. The page is created by the code and the code is written in English. HTML itself is not a language.
HEAD
An introduction to the web page. In this area, some of the settings for the web page are introduced such as the TITLE, and information for search engines.
TITLE
The title for the web page. Every good page deserves a name. This name will appear in the title bar at the top of the browser window. It is also used as the file name if someone 'bookmarks' your page or saves it.
BODY
Main program section for web page. This is where it all happens.

Twitter Delicious Facebook Digg Stumbleupon Favorites More