web design skills – week 1

AAAAAGHHH! CODE LOOKS REALLY FRIGHTENING!!!!!!

the web / structure / important tags

week 1

    1. the web – what when
    2. server – ftp
      1. fetch
      2. cyberduck
      3. transmit
      4. PC
    3. your log in details
      1.   hostname/servername – ftp.markowen.eu
      2.   username – [your initials]@markowen.eu
      3.   password – write it down here……
    4. filenames
      1. no symbols
      2. avoid spaces
      3. avoid upper case
      4. avoid starting filename with a number
    5. content vs look = html vs css
    6. important html tags
      1. structure
        1. <html> … </html>
        2. <head> … </head>
        3. <body> … </body>
      2. block
        1. <h1> … </h1> —– <h6> … </h6>
        2. <p> … </p>
        3. <div id=”mydivname”> … </div>
        4. <div class=”myclass”> … </div>
      3. inline
        1. <img src=”mygreatpic.jpg” />
        2. <br />
      4. lists (if we have time)
        1. <ul>
          <li>flour</li>
          <li>sugar</li>
          <li>eggs</li>
          </ul>
        2. <ol>
          <li>mix ingredients</li>
          <li>bake in an oven</li>
          <li>cover in jam and cream</li>
          <li>eat</li>
          </ol>
    7. structure structure structure
    8. <b> <i> and other deprecated tags
    9. tables
    10. software

coda – clips – here’s the clips I used in the lesson

marksClips.clips

Please enter your name

Your name is required

Please enter a valid email address

An email address is required

please enter your comment

kcDigitalArts © 2012 All Rights Reserved

Designed by WPSHOWER

Powered by WordPress

Loading...

***THIRD YEARS - show requirements you need to be working towards are available here - remember this is the list against which you get assessed***