Chap 3: Lesson 2 start with html

1 / 24
next
Slide 1: Slide
MediawijsheidMiddelbare schoolmavo, havo, vwoLeerjaar 2

This lesson contains 24 slides, with interactive quiz and text slides.

time-iconLesson duration is: 50 min

Items in this lesson

Slide 1 - Slide

This item has no instructions

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

Slide 2 - Slide

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

Slide 3 - Slide

This item has no instructions

A website needs 3 languages to work

Slide 4 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

This item has no instructions

Get started
  • Use of scrimba & html

Slide 9 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

This item has no instructions

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

Slide 13 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

This item has no instructions

Add the elements from this page into your own creation

Slide 16 - Slide

This item has no instructions

Bit more clarification

Slide 17 - Slide

This item has no 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 - Slide

This item has no instructions

Add this at you code

Slide 19 - Slide

This item has no instructions

Add the information to your code

Tekst

Slide 20 - Slide

This item has no instructions

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

Slide 21 - Slide

This item has no instructions

Website
HTML5 code answer

Slide 22 - Slide

This item has no 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 - Slide

This item has no instructions

Add a picture of your code from the prep website

Slide 24 - Open question

This item has no instructions