reading-notes

Class 4

Back to home page

In this class we looked into HTML or Hyper Text Markup Language!

Starting an HTML site can be difficult from scratch, so many developers use a wireframe to start their website. a Wireframe is a blueprint for how you want the final product of your html directory to look like. This includes layouts of buttons, images, information, and links. Planning out a wireframe can be a big key to a successful start!

What is HTML?

visual

visual

Html documents have these things called Semantics that tell the tag what it wants it to do.

A few examples of semantics are-

  1. Title, this goes in the header section and is the biggest piece of text in your website.
  2. ul, an unordered list like a dot or dash
  3. h1-6, sub titles throughout the website
  4. p, paragraph or text section 5.a href=”…”, this will make a link

There are over 100 semantics, so ive included a cheat sheet here!