How to Code Basic HTML

by KaidynW in Circuits > Computers

375 Views, 0 Favorites, 0 Comments

How to Code Basic HTML

download (14).jpeg

This will tell you the basics to HTML coding.

Telling the Computer What It Is.

download (5).png

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

<!DOCTYPE html>
<html>
<body>

More Stuff

After that, you will hit enter and type:

Add the Title

Next, hit enter and type:

AaBbCc

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

Add Heading and Paragraph

And then, you will type

AaBbCc

AaBbCc

Publish!

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