HTML-Introduction

HTML-Introduction

Html – hypertext markup language

Welcome to HTMLFREECODES.COM HTML Tutorial! Now you will acquire the fundamentals of HyperText Markup Language (HTML) in order to design your own web pages like the one you are observing right now!

HTML is somewhat a markup language not a programming language. HTML will be a snap for you to learn, if you previously acquainted with XML,. We urge you not to attempt to blow through this tutorial in one sitting. Instead, we recommend that you spend 15 minutes to an hour a day practicing HTML and then take a break to let the information settle in. We aren’t going anywhere!


Preparation for html

If you are new to HTML and haven’t read through our Beginner’s Tutorial, please take a few minutes to complete that tutorial before moving on.

Creating an HTML document is easy. To begin coding HTML, you need only two things: a simple-text editor, such as Notepad, and the dedication to follow this tutorial! Notepad is the most basic of simple-text editors, and you will probably code a fair amount of HTML with it in your early stages. Notepad++ is another popular favorite among web developers. These innovative text editors are specialized for writing simple code and they utilize color coding to help you write concise code.


Brief html background

HTML hasn’t been around for many years. The first web pages began in November 1990, and back then, there were little to no HTML standards to follow. As a result, a group called the World Wide Web Consortium formed to set standards for coding HTML. We will base our teachings around these widely-accepted coding standards.


Web pages

Here are some important facts about why web pages are so useful!

  • They are a low-cost and easy way to spread information to a large audience.
  • The provide yet another medium you can use to market your business!
  • They serve as a platform to let the world know about you!

Words to know

Throughout this tutorial, we will be using several terms that are unique to HTML. It is important for you to understand what these words mean, in the context of HTML.

  • Tag – Used to tag or “mark-up” pieces of text. Once tagged, the text becomes HTML code to be interpreted by a web browser. Tags look like this: <tag>
  • Feature – A complete tag, having an opening <tag> and a closing </tag>.
  • Characteristic – Used to modify the value of the HTML feature. Features will often have multiple characteristics.

For now, just understand that a tag a piece of code that acts as a label that a web browser interprets, an feature is a complete tag with an opening and closing tag, and an characteristic is a property value that customizes or modifies an HTML feature.

Leave a Reply

Your email address will not be published. Required fields are marked *