Thursday, 11 June 2015

5 Steps to get familiar with Html

Before I start today’s tricks, I need to tell you certain facts:
  1. HTML is very easy. Please don’t have any mental block that you won’t be able to learn it or it is very complex.
  2. In just 2 hours, you’ll learn basic HTML and be very comfortable around it.
  3. Basic HTML is very important in your career of digital marketing.
  4. It is NOT a programming language.
What is HTML (Hyper Text Markup Language)?
HTML is simply a language to describe web pages.
What is a web browser?
Web browser is a tool to read HTML documents and display them as web pages.
A Basic Example
This basic example shows the foundation of a website page. Below, we’ll explain what each line is and then show how the browser displays it. ---------------------------------------------------------------


---------------------------------------------------------------

How It Looks In a Browser?
In order to view this page in a browser, a user will need to save the file with an .html extension. You can then open this file in your web browser.
Easy, Right?

Feel free to experiment with different HTML tags and allow yourself to be creative.

Congratulations! Now that we’ve shared some basic knowledge about HTML, we’re confident users will feel more comfortable when having to work with it in the future.

Of course, there are many more element tags that can be added to the code, including basic tags like bold, underline, text colors, and images, but as an introduction to basic HTML, this was pretty easy… right?



 On this link, you’ll learn quite a bit about HTML in only under a couple of hours

No comments:

Post a Comment