A Good Beginning Is Half Done
Thursday, September 30, 2010
HTML - Headings
Headings:
Tag : <h1>...</h1>
<h2>...</h2>
..
<h6>...</h6>
H1 headings should be used as main headings, followed by H2 headings, then the less important
H3 headings, and so on.h1 defines the largest heading. h6 defines the smallest heading.
Example 1:
<html>
<head>
<Title>HTML Titles</Title>
</head>
<body>
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
<h4>This is a heading</h4>
<h5>This is a heading</h5>
<h6>This is a heading</h6>
</body>
</html>
RESULT:
Tag : <h1>...</h1>
<h2>...</h2>
..
<h6>...</h6>
H1 headings should be used as main headings, followed by H2 headings, then the less important
H3 headings, and so on.h1 defines the largest heading. h6 defines the smallest heading.
Example 1:
<html>
<head>
<Title>HTML Titles</Title>
</head>
<body>
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
<h4>This is a heading</h4>
<h5>This is a heading</h5>
<h6>This is a heading</h6>
</body>
</html>
RESULT:
Labels:
HTML
Thought for the Day - One today is ...
Labels:
Thought for the Day
HTML Basics
The HTML document must starts with< Html > and ends with</ Html> .It is used to identify an HTML document.The entire document should be written with inside< Html > ..</ Html>
tags.
Tags
All tags have the same format: they begin with a less-than sign "<" and end with a greater-than sign ">".
There are two kinds of tags
1. opening tags: example < Html >
2. closing tags: example </ Html>
The only difference between an opening tag and a closing tag is the forward slash "/".
HTML Comprises two major elements.
1.Head
Head tag: < Head >.....< /Head >
Title of he document will come here.
2.Body
Body Tag:< Body > .....</ Body >
Body will contain the entire content of a web page.
Example 1:
< Html >
< Head >
< Title >Hello HTML</Title>
< /Head >
< Body >
< P >Hello World! < /P >
</ Body >
< /Html >
Title:
TAG:< Title > ...< /Title >
Title tag is used to put the name of your page into the top of the browser.
It starts with< Title > and ends with< /Title > .In-between the tag we can give the title.
Paragraph :
HTML comment:
Comments are ignored by the browser and are not displayed.There is an exclamation point after the opening bracket, but not before the closing bracket.
TAG:<!--........... -->
Example:
<!--This is a comment. -- >
tags.
Tags
All tags have the same format: they begin with a less-than sign "<" and end with a greater-than sign ">".
There are two kinds of tags
1. opening tags: example < Html >
2. closing tags: example </ Html>
The only difference between an opening tag and a closing tag is the forward slash "/".
HTML Comprises two major elements.
1.Head
Head tag: < Head >.....< /Head >
Title of he document will come here.
2.Body
Body Tag:< Body > .....</ Body >
Body will contain the entire content of a web page.
Example 1:
< Html >
< Head >
< Title >Hello HTML</Title>
< /Head >
< Body >
< P >Hello World! < /P >
</ Body >
< /Html >
Title:
TAG:< Title > ...< /Title >
Title tag is used to put the name of your page into the top of the browser.
It starts with< Title > and ends with< /Title > .In-between the tag we can give the title.
Paragraph :
TAG:< P > ...< /P >
It starts with < P > and ends with < /P >.In between the tag we can give the text.HTML comment:
Comments are ignored by the browser and are not displayed.There is an exclamation point after the opening bracket, but not before the closing bracket.
TAG:<!--........... -->
Example:
<!--This is a comment. -- >
Labels:
HTML
Wednesday, September 29, 2010
Thought for the Day- Never confuse...
Labels:
Thought for the Day
Tuesday, September 28, 2010
Thought for the Day - someone's sitting in the ...
Labels:
Thought for the Day
Monday, September 27, 2010
Thought for the Day - Fear always...
Labels:
Thought for the Day
Thursday, September 23, 2010
Thought for the Day - I will study...
Labels:
Thought for the Day
Wednesday, September 22, 2010
Thought for the Day - The wise ...
Labels:
Thought for the Day
Tuesday, September 21, 2010
HTML - Introduction
HTML, stands for HyperText Markup Language.
HTML is a markup language.Not a programming Language.
HTML is using Markup tags.
HTML allows web sites to bring together graphics, music, video and links.
What are all the things are needed?
Text Editor - is used to to type the tags and content.
Example:Notepad,Microsoft Front Page, Macromedia Dreamweaver
Browser-is used to view the result.
Example:IE,Firefox,Chrome...
How to save?
When we save an HTML file, we can use either the .htm or the .html file extension.
Ex: sample.html
HTML is a markup language.Not a programming Language.
HTML is using Markup tags.
HTML allows web sites to bring together graphics, music, video and links.
What are all the things are needed?
Text Editor - is used to to type the tags and content.
Example:Notepad,Microsoft Front Page, Macromedia Dreamweaver
Browser-is used to view the result.
Example:IE,Firefox,Chrome...
How to save?
When we save an HTML file, we can use either the .htm or the .html file extension.
Ex: sample.html
Labels:
HTML
Monday, September 20, 2010
Thought for the Day - We must ...
Labels:
Thought for the Day
Sunday, September 19, 2010
Thought for the Day - A hero is ...
Labels:
Thought for the Day
Friday, September 17, 2010
Thought for the Day - Fear always...
Labels:
Thought for the Day
Thursday, September 16, 2010
Thought for the Day - Fear is not ...
Labels:
Thought for the Day
Wednesday, September 15, 2010
Thought for the Day - Success is the ...
Labels:
Thought for the Day
Tuesday, September 14, 2010
Thought for the Day - You have to ...
Labels:
Thought for the Day
Thought for the Day - you can not ...
Labels:
Thought for the Day
Sunday, September 12, 2010
Thought for the Day - Imagination is ...
Labels:
Thought for the Day
Friday, September 10, 2010
Thought for the Day - People are just ...
Labels:
Thought for the Day
Thursday, September 9, 2010
Using Text As A Container - Text Effect
I am going to tell how to use text as a container for more text.I have tried this.It's very easy.
Step 1: Create A New Document
File-->New
Set the Background Contents option is White.
Step 2:Type A Letter
Select the Type Tool and choose the font and size after that Type only one letter.I am going to use " T" as a container.
Step 3:change the size of the text
Click Ctrl+T
Handles will come around the letter.Drag the handles and change the size.
Step 4: Create Work Path
Layer-->Type-->Create workpath
OR
Right click on the Text layer
OR
Select the Type tool and click anywhere on the current document sub menu will
come.
In this menu select "Create Work Path".After selecting Create Work Path Black color line come around "T".We can see in this image.
Step 5:Hide the The Type Layer
To do this click the eye ball of the type layer.
After hiding the layer "T"will come like this.
Step 6:Type the text inside the container
a.Select the type tool
b.Set the font and size
c.Select "Justify All" From The Paragraph Palette
d.Now we can type the text
Step 7:Click on the checkmark in the Options Bar to accept the text.
Step 8:Click Ctrl+H to hide the work path.
Now we can see text in the shape of a letter T.
I have tried this also.You too try this. All the Best!
Step 1: Create A New Document
File-->New
Set the Background Contents option is White.
Step 2:Type A Letter
Select the Type Tool and choose the font and size after that Type only one letter.I am going to use " T" as a container.
Step 3:change the size of the text
Click Ctrl+T
Handles will come around the letter.Drag the handles and change the size.
Step 4: Create Work Path
Layer-->Type-->Create workpath
OR
Right click on the Text layer
OR
Select the Type tool and click anywhere on the current document sub menu will
come.
In this menu select "Create Work Path".After selecting Create Work Path Black color line come around "T".We can see in this image.
Step 5:Hide the The Type Layer
To do this click the eye ball of the type layer.
After hiding the layer "T"will come like this.
Step 6:Type the text inside the container
a.Select the type tool
b.Set the font and size
c.Select "Justify All" From The Paragraph Palette
d.Now we can type the text
Step 7:Click on the checkmark in the Options Bar to accept the text.
Step 8:Click Ctrl+H to hide the work path.
Now we can see text in the shape of a letter T.
I have tried this also.You too try this. All the Best!
Labels:
Photoshop,
Text Effects
Wednesday, September 8, 2010
Thought for the Day - I am a slow walker ...
I am a slow walker, but I never walk backwards.
Abraham Lincoln
Do you want to know how i have created this Text effect (Using Text As A Container)using photoshop?
Labels:
Thought for the Day
Tuesday, September 7, 2010
Thought for the Day - To succeed in your mission...
Labels:
Thought for the Day
Monday, September 6, 2010
Thought for the Day - Fear always...
Labels:
Thought for the Day
Thought for the Day - A person ...
A person is a success if they get up in the morning and gets to bed at night and
in between does what he wants to do.
Bob Dylan
in between does what he wants to do.
Bob Dylan
Labels:
Thought for the Day
Sunday, September 5, 2010
Thought for the day - If you judge...
Labels:
Thought for the Day
Thursday, September 2, 2010
Thought for the Day - A man must be big enough...
Labels:
Thought for the Day
Subscribe to:
Posts (Atom)
Find more freelance jobs