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: hex colors, hexadecimal colors, html, HTML color code, Html Colors, Html Tutorial, HTML video Tutorial, Learn Html
Posted in html code | 5 Comments »
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: build your own website, Creating A Website, How to make a website for free, Html Basics, Html Classes, html code, Html Codes, Html Coding, HTML commands, HTML help, Html Tags, Html Training, Html Tutorial, Learn Html, Learning Html
Posted in html code | 5 Comments »
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: html, Html Class, Html Course, Html Tutorial, HTML video, HTML videos, web design, web development, xhtml, XHTML class, XHTML course
Posted in html | 7 Comments »
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: html, Html Course, HTML lessons, Html Tutorial, HTML videos, xhtml, XHTML course, XHTML lessons, Xhtml Tutorial
Posted in html code | 6 Comments »
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: Cols, Contact, Good Luck, Html Textarea, Html Tutorial, Lt, Mail, Piczo, Symbols, Textarea Rows, Two Ways
Posted in html | 2 Comments »
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: Classic Mail, Editors, Gaps, Html Email, Html Mail, Html Tutorial, New Mail, php, Yahoo
Posted in html | 1 Comment »
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: Check Html, Drop Down Boxes, Html Pages, Html Redirect, Html Tutorial, videos
Posted in html | 3 Comments »
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: Array, Control, Element, Elements, Html Tutorial, php
Posted in html index | 1 Comment »