Why We Should Learn to Code with HTML

There are many programming languages that can be used to create software applications. Due to many applications being on the internet, a website is the main source where most applications communicate to.

If you think about it, when you log into an app on your phone or tablet, your username and passwords are stored somewhere to verify you can access the application.  This location is a website.

Websites are used to connect the apps from your mobile devices to the web site computers, known as web servers.  A website can have multiple different types of programming languages.  But the main language for websites is HTML.

With HTML, a programmer can develop a web site with a program inside of it.  This means within the HTML code, there will be an area where HTML programmers can place the code of a program.  

So before learning to write an app, it is best to learn how to write a basic website with HTML code.

Based Programming Language

HTML can be used on many types of platforms

HTML can be used to create apps for iPhones and iPads

 

Create Your First Web Page

Let's begin your first step into learning HTML.

Remember Your HTML Document 

  

All HTML documents must start with a document type declaration: <!DOCTYPE html>


The HTML document itself begins with <html> and ends with </html>


The visible part of the HTML document is between <body> and </body>

Remember Your HTML Document

Tools You Will Need To Start Writing HTML

The main item that you will need to begin writing HTML is a computer.  This computer should have the following items:


  • A Web Browser
  • A Text Pad or Note Pad application.


Basic Computer Knowledge

It will be important to know how to do the following basic tasks on a computer:


  • How to open a Text Pad.
  • How to save the Text Pad file as a text (*.txt) format.
  • How to save the Text Pad file as an HTML (*.html) format.
  • How to open the saved *.html file with a web browser.

For more information on how to do these basic tasks, click here.