Introduction into HTML

The aim is to create a webpage from scratch using the free notpad++ editor. notepad++ is already installed on all school's computers.

Introduction

Your teacher shows you the first steps how to create a web project, including how to inspect an existing webpage.

Exercise: first steps

  1. Go to your home directory on the school's server and create a folder, eg named myFirstWebProject.
  2. Open the notepad++ Editor and create a new file named myName.html. Save the file into the already created folder.
  3. Open a new tab in notepad++ and create a new file named style.css. Save the file into the already created folder.
  4. Follow the youtube-Tutorial to create your first website.

Exercise: create your own web project

Now knowing the first steps create your own project: it's mandatory to use links and include pictures, stylesheets are not necessary. When finished upload your project into MS teams.

Links 

w3schools A good introduction into HTML
w3schools HTML ref
HTML reference

popovic.info/ict