Introduction to HTML Tutorial 5: HTML Colors LearnToProgram.TV

Wednesday, February 17th, 2010

From Learn To Program dot TV (LearnToProgram.TV) this is lesson five of our HTML / xhtml course.

In this tutorial, you will learn how to use colors in HTML and how to understand the hexadecimal code that is used to define hues.

To learn HTML you need a web browser and a text editor– both of which come with any Windows or Macintosh Machine. This course is part of the larger Introduction to html course. You may purchase a High resolution video and the exercise files and LearnToProgram.TV. Long time instructor, Mark Lassoff hosts the video and course.

Duration : 0:8:30

(more…)

Technorati Tags: , , , , , , ,

How to make a website for free: Build your own website with free HTML tutorials.

Saturday, February 13th, 2010

At http://www.how-to-html.com we will teach you how to make your own website for free. Over forty free video HTML tutorial that will teach you every thing you need to know to create a website. Learn the HTML basics with our video tutorials that will teach you how to make a website and how to design your website. These HTML classes are 100% free. So take your time to learn HTML. We will also provide you with all the HTML help that you will need.

Duration : 0:3:56

(more…)

Technorati Tags: , , , , , , , , , , , , , ,

Introduction to HTML Tutorial 3

Saturday, February 13th, 2010

From Learn To Program dot TV (LearnToProgram.TV) this is lesson three of our HTML / xhtml course. In this tutorial, the hr (horizontal rule) tag is first demonstrated. Following the hr tag demonstration, html formatting tags including big, small, strong, em, and blockquote are discussed. To learn HTML you need a web browser and a text editor– both of which come with any Windows or Macintosh Machine. This course is part of the larger Introduction to HTML course. You may purchase a High resolution video and the exercise files and LearnToProgram.TV. Long time instructor, Mark Lassoff hosts the video and course.

Duration : 0:9:55

(more…)

Technorati Tags: , , , , , , , , , ,

Introduction to HTML Tutorial 2

Saturday, January 30th, 2010

From Learn To Program dot TV (LearnToProgram.TV) this is lesson twoof our HTML / xhtml course.

In this tutorial, you will learn the heading tags h1 through h6. The p tag and the br break tag will also be reviewed. We’ll then take a look at commenting your html code. Finally, this tutorial will explain the italics, bold and underline tags.

To learn HTML you need a web browser and a text editor– both of which come with any Windows or Macintosh Machine. This course is part of the larger Introduction to HTML course. You may purchase a High resolution video and the exercise files and LearnToProgram.TV. Long time instructor, Mark Lassoff hosts the video and course.

Duration : 0:9:45

(more…)

Technorati Tags: , , , , , , , ,

How do you add html for others to copy on piczo?

Wednesday, January 20th, 2010

i want 2 become a piczo pro and would like some help to adding html for others to copy on my piczo site, any suggestions?

OK,
There are two ways to do this
On the one hand:
you can do so

<textarea rows="4" name="html" cols="50">

<a href="http://www.piczodesignstudio.piczo.com/">html Tutorial</a> for all your HTML needs
</textarea>

code must be between <textarea>
tags like shown above

in the other way you must write symbols instead of "<" and ">"
< = < > = >
example:

<a href="http://www.piczodesignstudio.piczo.com">HTML Tutorial</a> for all your
Piczo needs

good luck
for further help
feel free to contact me ;) )

I prefer to use first way for piczo
coz second way does not work well
even here could not be explaned very well
coz symbols were not written as symbols ;) )
i can explane more by mail

Technorati Tags: , , , , , , , , , ,

why is a html email displayed differently in classic mail and new mail?

Tuesday, November 17th, 2009

In classic mail, my tables have gaps that break up the pictures. In new mail this is not happening. The HTML is the same why is Yahoo using different editors?

You may like to take an html tutorial at
http://referencedesigner.com/tutorials/html/html_1.php

Technorati Tags: , , , , , , , ,

How do i make a HTML form redirect to different pages based on responses to a form?

Sunday, November 8th, 2009

I have a html form with two drop down boxes with the options ‘Yes’ and ‘No’ in each. When submitted, i want the form to direct the user to one page if both responses are yes, and another page if either response is no. Can anyone give me some very simple guidelines on how to do this, or where i could find a nice tutorial about it?

check out these HTML tutorial videos .. with they r helpful :)
http://www.mytopclip.com/search.php

Technorati Tags: , , , , ,

How to find index of a html form element by providing name of id?

Thursday, November 5th, 2009

Is there any way to find out index of a html form element? I dont want to iterate form.elements array and find the matching control.

You may like to take an html tutorial at
http://referencedesigner.com/tutorials/html/html_1.php

Technorati Tags: , , , , ,