HTML Exercise 1

HTML Exercise 1

Create a HTML website

And upload it using Fillezilla.

The Website must include:

- Paragraphs of text

Today we learned the basics of HTML. The history of the writting language (Hypertext Markup Language ) and it's many uses.
A handful of students already knew how to code in HTML and CSS, therefor the lesson went quickly.
Hopefully, the students who never used HTML were able to follow and will have an easy time doing the exercises and assignments required for the subject.

- Breaks within the texts

Like in the above paragraph but also here.
Not to be confused with the break from using paragraphs tag.

- Pictures

HTML5 logo transparent background CSS3 logo solid background

- Links

Fontys
Youtube
Google Search

- Text Formatting

Such as:
  • italic,
  • bold,
  • underline,
  • strikethrough with "s"
  • and "del" strikethrough.

  • Learn more about HTML at W3school!