Skip to content

Instantly share code, notes, and snippets.

@adeisbright
Last active March 8, 2022 13:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save adeisbright/d7a38f3d0f33ff2ef44119cf914fc14d to your computer and use it in GitHub Desktop.
Save adeisbright/d7a38f3d0f33ff2ef44119cf914fc14d to your computer and use it in GitHub Desktop.
Explanatory videos on HTML

This gist contains the following lessons :

Lesson 1 : Welcome and Familiarization

This lesson is a 9 minutes video that shows you what and how the resource for learning is composed.

It also focuses on what we will be learning in the front end program.

The lesson link

Lesson 2 : The structure of HTML

This lesson is a 21 minutes video that focuses on how to write basic HTML page .

It explains what an element is , what attributes represents , etc

The lesson link

Lesson3 : How to create paragraphs and heading

In this lesson , you will learn how to create HTML paragraphs and also how to use headings to highlight title of contents within your page.

The video is a 22 minutes video.

The lesson link

Lesson4 : How to create anchors for linking

You will learn how to create links within your document.

This link can point to :

  • An external page on another server different from your current server
  • A different page on the same server as the current server
  • A section on the same page
  • An email address
  • A mobile or telephone number
  • A dead link

The lesson link

Lesson5 : How to insert images , audios , or videos to a web page

You will learn how to add images , audios , or/and videos to your web page.

Those assets helps to make your website lively and also helps to boost credibility.

At the end of the lesson , you should understand everything associated with adding those assets to web pages.

The video duration is 22 minutes and you can watch it here:

The lesson link

Lesson6 : List

You will learn how to create different types of list in HTML.

The video uses examples to illustrate the three different types of list in HTML.

The duration of the video is 10 minutes

The lesson link

Lesson7 : How to create Form

At the end of this lesson , you should be comfortable with creating HTML forms that can be used to collect data from users.

Video Duration : 26 minutes

The lesson link

##Lesson8 : How to create table , and how to format text

You should be able to :

  • create a table
  • Insert character entities
  • Format text Video Duration : 23:11

The lesson link

Lesson9 : Understanding Semantic Elements

This lesson introduces you to modern elements that are meaningful in markup and help to delineate your content into logical units.

Video Duration : 25:07

The lesson link

Please you can add your comment in form of question , suggestion , review , complaint , etc. We are waiting to ready your comment

###Assignment

You are to recreate the entire examples used in this lesson.

Deadline for submission will be communicated to you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment