HTML TUTORIAL FOR FREE






Sample of the pdf document : 



Getting Started: If you use a Macintosh, you don't need to buy or download an editor to write
HTML. You have a perfectly functional editor built into your operating system -- TextEdit. For
many people this is all the HTML editor they will ever need.

There are only a few steps to creating a Web page with TextEdit:
        1. To open TextEdit:
             o Open a Finder window
             o Switch to the Applications folder
             o Scroll down to TextEdit and double-click on it

       2. Change the format to plain text
            o Open the Format tab
            o Choose "Make Plain Text"

      3. Save your HTML to a file
          This is the tricky part. TextEdit normally saves files as .txt. But since you're writing
          HTML, you need to save the file as .html.
           o Go to the File menu
           o Choose Save As
           o Find your period’s folder
           o Save the file as Practice.html
           o A popup will ask you if you want to append the extension ".txt" to the end.
              Choose "Don't Append"


Start writing your HTML:

For this tutorial you will TYPE the text below, exactly as it is written (do not copy and paste). Be
careful! Spelling errors will cause your web page to not work the way you are hoping.

<html>
<title>Welcome to my first web page!</title>
<body bgcolor=WHITE>
<center><font color=PURPLE><h1>Welcome to my first web page!</font></center>
<br>
<h2><font color=BLUE size=+2>
I am a student who lives in California. The best part of my summer is relaxing with
my family and going on vacation. More than anything I enjoy</font>
<br><br>
<font color=red><center><h2>Being a Kid!
</body>
</html>.......................


                                             

                                            Click here for  Download PDF / FREE
                                                                                           


0 commentaires: