{% extends "landing/base_learn.html" %} {% block body_attributes %}id="learn"{% endblock %} {% block title %}{{ page_title(_('Learn How to Make Websites')) }}{% endblock %} {% block content %}

{{ _('Learn How to Make Websites') }}

{% trans %}

Want to learn to use the technologies that power the Web?
We've put together a great collection of resources to get you started.

{% endtrans %}
  • {{ _('HTML') }}

    {% trans %}

    HyperText Markup Language is the core syntax for putting information on the worldwide web. If you want to create or modify web pages, it's best if you learn HTML.

    {% endtrans %}
  • {{ _('CSS') }}

    {% trans %}

    Cascading Style Sheets is a language for describing the appearance of web pages. To create good-looking web pages, you need to learn CSS in order to define the appearance and location of the HTML elements within the pages.

    {% endtrans %}
  • {{ _('JavaScript') }}

    {% trans %}

    JavaScript (JS for short) is the programming language that enables web pages to respond to user interaction beyond the basic level provided by HTML links and forms.

    {% endtrans %}
{% trans %}

Are you tired of learning on your own?
Do you want to join a community of people learning about open web technologies?

Consider signing up for free online peer study groups through Peer-to-Peer University's School of Webcraft. Share your discoveries, struggles, and victories with others who are learning the same things.

{% endtrans %}
{% include 'landing/learn_fineprint.html' %}
{% endblock %}