Articles in the HTML Category
HTML, Tutorial »
Basic Elements
Starting form the Basic Elements of the HTML
Starting from the Body tag
Body Tag:–
Syntax:– <Body>….</Body>
Type:– Container Tag End Tag is necessary.
Purpose:– This tag defines the contents of the page all other tags which will add some objects to the body will be placed here the objects may be some text, image, animation etc..
Example:– <Body>Contents of my page starts from here </Body>
Attributes:– Following are the attributes of the Body Tag
1. Leftmargin
* Value:- any valid integer
* Purpose:– To tell the browser what space you have to leave from the …
HTML, Technology News »
Attributes
Greetings!!!
In the last session we disused the structure of an HTML Document…. In this article we are going to cover some of the basic tags which which we normally use to format a document.
Before discussing it let me clear a term Attribute
Attribute is a Pieces of information attached to an element and defined in its start tag. It is the Aspects of information about a content object. Attributes may be fields, tags. etc.
Special Note:- Please Provide the values of the attributes in the double quotation sign as “value”
Now let …
HTML, Tutorial »
Greetings!!!
Let me tell you I am not writing this document as a technical document or a book I am just taking it as an oppurtunity to share my knowledge with you all so may be this document is not a very good technical document but this will prove a good one to learn ASP.NET as per best of my knowledge so let us start
Before starting ASP.Net let me tell you the basic purpose why we people go for it. Broadly speaking there two type of customized applications which we developers …
