Introduction: How to Code Basic HTML

This will tell you the basics to HTML coding.

Step 1: Telling the Computer What It Is.

First, go to script.google.com and hit "new project." After that, click "HTML." Then type:

<!DOCTYPE html>
<html>
<body>

Step 2: More Stuff

After that, you will hit enter and type:

Step 3: Add the Title

Next, hit enter and type:

AaBbCc

(NOTE) In the "AaBbCc" you have to put your title.

Step 4: Add Heading and Paragraph

And then, you will type

AaBbCc

AaBbCc

Step 5: Publish!

Once you're done, hit the "save" button and you will be done!