• Post category:StudyBullet-8
  • Reading time:4 mins read


A one hour introduction to HTML

What you will learn

Introduction to the basics of HTML

Working with text

Using images

Forms

Tables

Lists

Adding basic styles using CSS

Description

Are you an aspiring Web Developer? Perhaps you are interested in how websites are made? Maybe you are interested in design but want to know a little about how to use HTML?

Learning HTML is the perfect step to take if you are learning or want to learn to code. Learning to code is the perfect step for an exciting future!


Get Instant Notification of New Courses on our Telegram channel.


This course is aimed at beginners and it will introduce you to the basics of HTML and HTML 5 over an hour. We will start the course with an introduction to what HTML is and look at how to set up a HTML document. After this we will go on to looking at creating a page. Even if you have never programmed before by the end of the course you will have created your first webpage in HTML which includes the following elements:

  • Text
  • Images
  • Lists
  • Forms
  • Tables
  • Basic styles

Learning to code can be frustrating and overwhelming. This course tries to focus on visual and real life examples. By taking this course you will be introduced to enough topics so that you can continue with your learning journey after taking the course. Through fun and concise videos and code examples, followed up with quizzes, you should complete the course feeling confident to go off and write HTML on your own.

English
language

Content

Introduction

What is HTML?
Quiz: What is HTML?
The anatomy of a HTML tag
Quiz: The anatomy of a HTML tag
Setup for the course
Document setup
Hierarchy and formatting
Headers
Quiz: Headers
Paragraphs
Inline & Block
Quiz: Block elements
Divs and Spans
Attributes
Strong
Em
Underline
Quiz: Underline
Links
Images
Lists
Introducing styles
Stylesheets
Additional styles
Quiz: Styles
Tables
Introducing forms
Refactoring our form
More forms
Submitting forms