Powered By Blogger

Tuesday 4 November 2014

How are changing Font Size,color and font face in html ?

Font Face-
You want to change font face simple use code <font face= "font name">
Font Size-
You want to change font size simple use code <font size= "+1 to + 7">
your text using the <FONT> command! You can set the font size to any number between 1 and 7, with 3 being the default.  the font size 1 is the smallest and 7 is the largest.
Color changing-
You want to change font size simple use code <font color= "#.........give color code">

See Below  example use all above article code-

Example-  <font face="Arial" size="+1" color="#FF2222">This is a color example!</font>

Friday 12 September 2014

How are adding Links to Web Pages ?

A link is called an anchor in HTML, and so the tag to represent it is the A tag. When you add a link, you must point to the web page address that you want your users to go to when they click the link. You specify this with the href attribute.

The href attribute stands for “hypertext reference” and it's value is the URL where you want your link to go to.
For example,
to create a text link below :-
<a href="URL of the web page where u want to go">Text of the link</a>
Next example :- 
<a href="http://example.com">About example</a> 

one important question-
what is <a> ?
ans- 
The <a> tag defines a hyperlink, which is used to link from one page to another.
The most important attribute of the <a> element is the href attribute, which indicates the link's destination.

-The </a> tag is required. If you forget to include it, everything following that link will also be linked, until another link closes the tag.

Tuesday 9 September 2014

How to create an email form that can send email using html


<html>
<body>

<h2>Send e-mail to someone@example.com:</h2>

<form action="MAILTO:someone@example.com" method="post" enctype="text/plain">
Name:<br>
<input type="text" name="name" value="your name"><br>
Desination:<br>
<input type="text" name="comment" value="your comment" size="50"><br>
E-mail:<br>
<input type="text" name="mail" value="your email"><br>

<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>

</body>
</html>

Friday 29 August 2014

Making image rollover effect

 <a href="URL ADDRESS"><img src="URL OF THE FIRST IMAGE GOES HERE" onmouseover="this.src='URL OF THE SECOND IMAGE GOES HERE'" onmouseout="this.src='URL OF THE FIRST IMAGE GOES HERE'" /></a>

Monday 18 August 2014

ENERGYNOMICS: Energy savings

ENERGYNOMICS: Energy savings: http://energynomics.in/ Not so long ago LED technology was expensive. It no longer is. Home Lighting:  Energynomics has introdu...

Monday 28 July 2014

ENERGYNOMICS: Path breaking energy management solutions for a gr...

ENERGYNOMICS: Path breaking energy management solutions for a gr...Driven by a national need, founded by a team of senior professionals from the power and energy sector, Energynomics Greentech is a specialist in innovative energy solutions.
With widespread urbanization and growing demand for power and energy, the need of the hour is to develop smarter solutions for both urban and rural India.
  • Our Vision: "Better energy management for a better world"
  • Our Mission: "Help our customers conserve power/electricity through innovative cost effective energy management solutions"
  • Our Values:
  • –  "Work with dedication and passion."
  • –  "The customer is at the heart of our business."
  • –  "Lead by innovation. Innovation can come in many forms, not just technology."