Giter VIP home page Giter VIP logo

fe-getting-to-know-html-compliance-test's Introduction

Getting To Know HTML

Overview

In this lesson we will introduce the fundamentals of HTML syntax, document structure, typography, images, and links, as well as how to validate our HTML. HTML will act as the structure of our webpages, wrapping our content and describing how the browser should display it. HTML is often described romantically as the unifying language of the web. Along with CSS and JavaScript, HTML is the life-blood of our webpages and an excellent place to start our code journey.

What's Covered in This Lesson

  1. HTML Syntax
  2. Document Structure
  3. Typography
  4. Images
  5. Links
  6. Validation

HTML Fundamentals

<iframe width="640" height="480" src="//www.youtube.com/embed/tuDKQxfiXmY?rel=0" frameborder="0" allowfullscreen></iframe>

Note: Slides for this lecture video are provided in the resources at the bottom of this lesson.

Summary

  • HTML elements wrap our content and tell the browser how we wish to display things.
  • HTML elements are written as <start-tag>content</end-tag>.
  • HTML attributes can be added to the start tag <start-tag attribute="value">.
  • HTML's basic document structure is <html><head>...</head><body>...</body></html>.
  • HTML text can be formatted using a variety of tags such as heading, paragraph, and list.
  • HTML images look like <img src="myimage.jpg" alt="alternate text">.
  • HTML links look like <a href="myfile.html">link text here</a>.
  • We can validate our HTML code to check for syntax errors.

In the subsequent lessons in this unit, we'll take a closer look at the topics that you've just learned in this video, with a focus on appropriate syntax.

Resources

View Getting to Know HTML on Learn.co and start learning to code for free.

fe-getting-to-know-html-compliance-test's People

Contributors

jongrover avatar annjohn avatar bwitka avatar fs-lms-test-bot avatar bhollan avatar pletcher avatar deniznida avatar justinnazari avatar sarogers avatar fislabstest avatar dandanberry avatar victhevenot avatar

Watchers

James Cloos avatar Kaitlin Vignali avatar Sebastian King  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.