Introduction to HTML - H101.80 (Jan 5, 2009)

Week 1 - Basics of FTP and the document HEAD
  • Form the basic structure for an HTML document
  • Understand and know which DOCTYPE declaration to use and why
  • Know how to insert META tags and why they are needed
  • Use an FTP program to transfer files to a web server
  • File1.html Code:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML>
    <HEAD>
    <TITLE>My First HTML File</TITLE>
    <META name="discription" content="week1 HTML assignment">
    <META name="keywords" content="HTML,Week1,assignemnt">
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-5">
    </HEAD>
    <BODY bgcolor="ffffff" text="blue" link="green">
    <H1>Introduction to HTML 4.01</H1>
    <p>
    Hello, I am taking this class to learn HTML for work on my websites and to complete my certificate from eClasses. I really enjoy working on design projects that allow me to be creative. I plan to develop enough skill in design to make a living from it some day and leave my cubicle job.
    </p>
    <a href="http://www.auctionpalms.com">AuctionPalms.com</a>
    </BODY>
    </HTML>

    This site is being used to display work created for the online Introduction to HTML class from eClasses.org: Introduction to HTML - H101.80 (Jan 5, 2009) Instructor - Frani Ciesielski

    Banner
    5 free Domains with Select Hosting Plans. Get yours!

    About Us | Site Map | Privacy Policy | Contact Us | ©2009 Warrenswork.com