9 – 12h Teaching
Teacher:
RECAP – 26.09. HTML & FTP
Lists are used to group related pieces of information. Lists are frequently used for navigation as well as general content. For semantic correctness, HTML has the ability to express lists of things, and it helps the Google robot and most important it helps screen readers.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
You can click on a link and jump to another document, image or site. A link can be an image or any other HTML element, it does not have to be text.
<a href="url">link text</a>
external links
<a href="http://powercoders.org/">Impacting lives by teaching to code</a>
local Links
<a href="portfolio.html">Portfolio</a>
<a href="portfolio/index.html">Portfolio</a>
<a href="../index.html">Portfolio</a>
target
Does it make sense to open a new window?
<a href="portfolio/index.html" target="_blank">Portfolio</a>
Create Subpages for your Portfolio
index.html.
Normal links always point to the top of a page. Anchors point to a place within a page. html anchor link
<a href="xyz.html">
<h1>Nice</h1>
<p>Lore ipsum</p>
</a>
<a href="xyz.html">
<h1>Nice</h1>
<p><object><a href="#">Lore ipsum</a></object></p>
</a>
Please use Markup Validation Service to make you HTML valid.
12 – 13.30h Lunch (Restaurant Paprika)
13.30 – 16h Coaching
Coaches:
We will configure FileZilla further so you don't overwrite the main index.html file anymore.
/students/[your-name]
as your Default remote directory1
Please use Markup Validation Service to make you HTML valid.
16 – 18h Community Meet-Up
Everybody who is interested to get to know our Powercoders is invited to join!