Chap 3: Lesson 2 start with html

1 / 24
suivant
Slide 1: Diapositive
MediawijsheidMiddelbare schoolmavo, havo, vwoLeerjaar 2

Cette leçon contient 24 diapositives, avec quiz interactif et diapositives de texte.

time-iconLa durée de la leçon est: 50 min

Éléments de cette leçon

Slide 1 - Diapositive

Cet élément n'a pas d'instructions

Lesson 2: your own website
Goal:
- understand and use the basics of the webbuilding and structure

Slide 2 - Diapositive

Bordtekening maken met netwerken
Als intro de box of the internet meenemen. 
This is the language

Slide 3 - Diapositive

Cet élément n'a pas d'instructions

A website needs 3 languages to work

Slide 4 - Diapositive

Cet élément n'a pas d'instructions

Structure of Html
HTML involves the use of what are known as tags. The tags indicate what kind of information should be displayed, such as normal text, title, paragraph, image, etc.

Slide 5 - Diapositive

Cet élément n'a pas d'instructions

Example of a tag
<h1>This is a title</h1>
HTML involves the use of what are known as tags. The tags indicate what kind of information should be displayed, such as normal text, title, paragraph, image, etc.

Slide 6 - Diapositive

Cet élément n'a pas d'instructions

Structure
An HTML file is made up of elements
For example: the title element



An element is created with: the start tag and the end tag


Slide 7 - Diapositive

Cet élément n'a pas d'instructions

HTML Elementen
  • <h1> is een header
  • <p> is een paragraaf 
  • <img> is een image
  • <a> is een anchor
  • <ul> is en unordered list
  • <li> us een listitem
  • enz.. enz..

Slide 8 - Diapositive

Cet élément n'a pas d'instructions

Get started
  • Use of scrimba & html

Slide 9 - Diapositive

Cet élément n'a pas d'instructions

Step 1
You will need: a laptop/computer. Phone does not qualify for this.
Go to scrimba.com
click on sign up in the upper right corner
use leerlingnummer@marnixcollege.nl
and a password of your own creation

Slide 10 - Diapositive

Cet élément n'a pas d'instructions

Stap 2: Nieuw scrim(document) starten 
1.look for a symbol in the right upper corner
2.click on new scrim
3. select html and then submit

Slide 11 - Diapositive

Cet élément n'a pas d'instructions

If you click on preview see the window next to it appear. This is how your site will look like. 
If you want to make changes click on run before you see them in the mini browser.

Slide 12 - Diapositive

Cet élément n'a pas d'instructions

Click on untitled scrim at the top left and there you can change the name of this project.

Slide 13 - Diapositive

Cet élément n'a pas d'instructions

Op dit moment kun je alleen regels 1 tot 6 gebruiken. Om er in te werken klik er tussen of gebruik je de pijltjes toetsen om te komen waar je moet zijn

Slide 14 - Diapositive

Cet élément n'a pas d'instructions

look the pro!
IF you like a particular site and want to understand it further you can use the shortcut ctrl+u or right mouse button and then page source /inspect.

Slide 15 - Diapositive

Cet élément n'a pas d'instructions

Add the elements from this page into your own creation

Slide 16 - Diapositive

Cet élément n'a pas d'instructions

Bit more clarification

Slide 17 - Diapositive

Cet élément n'a pas d'instructions

HTML Elements
  • <h1> is een header --> h1 till h7
  • <p> is een paragraaf --> this gives an enter and a sort of paragraph title
  • <ul> is en unordered list: creation of a list
  • <li> is a item in the list and is below the <ul>
  • <br> (no end tag) this is the enter 

Slide 18 - Diapositive

Cet élément n'a pas d'instructions

Add this at you code

Slide 19 - Diapositive

Cet élément n'a pas d'instructions

Add the information to your code

Tekst

Slide 20 - Diapositive

Cet élément n'a pas d'instructions

Make the site with help form the lessonup
Try to make it without using the answers from the next page

Slide 21 - Diapositive

Cet élément n'a pas d'instructions

Website
HTML5 code answer

Slide 22 - Diapositive

Cet élément n'a pas d'instructions

Prep assignment
For next week, create a new html scrim.
In this html scrim, you will create the foundation for a site that is about your favorite topic. 
You may only use what you learned today.

Slide 23 - Diapositive

Cet élément n'a pas d'instructions

Add a picture of your code from the prep website

Slide 24 - Question ouverte

Cet élément n'a pas d'instructions