What is HTML

Last updated: November 7, 2017 at 22:25 pm

html photoHave you ever heard the term ‘html’ and wondered what that meant? Chances are, if you are living in the 21st century, you have heard this term many times before. It’s a technical term, yet it is not so technical even for the not-so-technical. In fact, html is one of the simplest web programming languages ever invented.

And that brings to our main highway: web programming language. Everyday, millions of people log on to millions of websites over the internet, such as Google, Yahoo!, patrickcarpen.com and many many more. How were these websites constructed? These websites were all built with special web programming languages. Some of the most used web programming languages are html, CSS, JavaScript and PHP.

Related: How many different web programming languages there are out there?

Each of these languages possesses very special functionalities and can do unique things. So how do you start? It’s simple. You can create a very simple web page very easily using a very simple software available on almost every personal computer.

How can you build a simple website? It’s simple. Just use the Notepad software. It comes with almost all personal computers. Just click on the ‘Notepad’ icon, or go to Programs>>Notepad. Each computer may have a different way to locate Notepad so I can’t give exact directions, but chances are, you already know about it.  Just in case your computer doesn’t have Notepad, just go to Google or Yahoo!, and type ‘download notepad.’ It’s free! If you don’t know what Notepad is, read the article below.

Related: What is Notepad.

Now that you have Notepad open type the following:

<html>

<head>

<title>My first Simple Website</title>

</head>

<body>

<p>I am learning to create a very simple webpage.</p>

</body>

</html>

Have you done that? You’re a genius!

Let’s go to the next step. On the Notepad program, click on File>>Save As. In the dialog box, name your file ‘index.html’. Click save. That’s it! You’ve created your first webpage. See, I told you you were a genius, but you didn’t believe.

Now go to wherever you saved your html file and click it. It should open in Internet Explorer, Mozilla Firefox, Google Chrome, or whichever browser is your default for opening webpages.

When it opens, see how well you impressed yourself.

Next learn: the meaning of html tags.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments