How to Code Basic HTML
This will tell you the basics to HTML coding.
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>
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
AaBbCcAaBbCc
Publish!
Once you're done, hit the "save" button and you will be done!