Premium Features

Download Video

Getting Started with Web Development

Published 4 years ago

Download Sublime Text: https://www.sublimetext.com/

So you decided you want to learn web development... congratulations! Making the decision to start is the first step towards becoming proficient in any skillset.

This series of videos, quizzes, and code challenges will provide you with the base knowledge you need in order to become a web developer. Specifically, we'll be covering the language HTML: Hypertext Markup Language.

In its simplest form, writing HTML looks something like this:

<h1>Hello world!</h1>

As you can see, text is wrapped inside an opening <h1> and a closing </h1> tag. When this code is read by a browser such as Chrome, Safari, or FireFox, the browser renders the text in a specific format (large, small, bold, italic, etc.), dependent on the type of tag used.

The h1 tag (stands for heading tag) will render the text contained within it into large, bold text like so:

Hello world!

There are a number of tags you can use within the world of HTML, but typically, you'll stick to using 10-20 overall.

As we continue this journey, you'll be introduced to the most important tags you need to know as a web developer, how to use them, and why we use them compared other tags.

Comments

Want to participate?

Create a free Chris Courses account to begin

Login
m
mew99 posted a year ago
0
zwn101 posted 2 years ago
0
zwn101 posted 2 years ago
0
A
Adelo posted 2 years ago
3

Providing the lift to launch your development career

© 2024 Chris Courses. All rights reserved.