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