Skip to content

Latest commit

 

History

History

day05

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Internet

We have just finished the first module of our 90 days

giffy

Day 05 of 90

In our previous session, we talked a little bit about hosting, the different hosting options, the pros and cons of each option.

Intro

HTML, short for Hyper Text Markup Language is a markup language used to structure websties. In this session, we will have a high level overview of HTML and its basic syntax

Take a look at the following resources

Resources

  1. Google
  2. Learn HTML
  3. Getting started with HTML - MDN
  4. HTML course
  5. HTML for beginners
  6. HTML cheat sheet
  7. Developing websites with HTML

Learning objectives

By the end of this session, you should be able to explain the following concepts to a five year old

  • What is HTML
  • Why isn't HTML considered a programming language?
  • The most common HTML elements
  • What are tags
  • Which tags are self closing
  • What is the purpose of <! DOCYTPE HTML>

Wrapping UP

  • HTML is a markup language used to structure web applications
  • HTML is not a programming languages because it doesn't incooperate the use of variables and program control structures on its own.
  • Elements in HTML begin with <> and end in </> except for the self closing elements which include b and img.

Thats it for today, see you in the next session.