Git Product home page Git Product logo

web-is-html's Introduction

The Web Is Made Of HTML

Everything that is made for the web uses one fundamental technology: HTML. The first step to becoming a web developer is understanding how HTML works and interacts with other technologies. Eventually, we’ll build on this understanding by adding CSS, JavaScript and, finally, Ruby.

So what is HTML?

HTML (Hypertext Markup Language) is the basic language that websites are built in. It’s right underneath the surface of everything you see on the web and you can uncover it with a couple quick steps. Try this:

  1. Open a new browser window or tab and go to flatironschool.com.
  2. Right-click anywhere in the browser screen and choose “View Page Source.”
  3. Behold the HTML!

View Source

That might look a little overwhelming right now, but don’t worry—it will get clearer as we go on. All you need to pay attention to right now is the fact that we can use HTML to create the essential structure all of our webpages.

We mentioned above that HTML is a markup language. That means it tells the browser how to display information. For example, it says when a piece of text is a paragraph, or a link. Later, we’ll also meet a styling language and then a programming language. They all do something slightly different with data, but they also work together to make the web.

Think about it this way: if our web page is a robot, the HTML is the metal body, CSS is the coating of paint on top of the body and JavaScript is what makes the robot limbs move. Different technologies, but we need them all to make fully dynamic websites and web apps.

Now that we’ve introduced HTML, let’s dig into it a little more and see how it actually works in the next lesson.

web-is-html's People

Contributors

jenmyers avatar jmburges avatar

Stargazers

Ahmed M. Shaiea avatar

Watchers

James Cloos 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.