HTML is a
computer words devised to allow website arrangement. These websites can then be
viewed by anyone else connected to the Internet. It is moderately easy to
study, with the basics organism accessible to most people in one sitting; and
quite powerful in what it allows you to create. It is always undergoing
revision and evolution to convene the demands and requirements of the on the
rise Internet audience under the direction of the organization exciting with
designing and maintaining the language. Hypertext is the method by which
you budge around on the web by clicking on special text called hyperlinks which
bring you to the next page. The fact that it is hyper just means it is not
linear i.e. you can go to any place on the Internet whenever you want by
clicking on links there is no set order to do things in. Markup is what HTML
tags do to the text inside them. They mark it as a certain type of text HTML is
a Language, as it has code-words and syntax like any other language.HTML
consists of a series of short codes typed into a text-file by the site author
these are the tags. The text is then saved as a html file, and viewed through a
like Internet Explorer or Netscape Navigator. This browser reads the file and
translates the text into a visible form, hopefully rendering the page as the
author had intended. Writing your own HTML entails using tags appropriately to
create your vision. You can use anything from a rudimentary text-editor to a
powerful graphical editor to create HTML pages. The tags are what separate
normal text from HTML code. You might know them as the words between the <angle-brackets>.
They allow all the cool stuff like images and tables and stuff, just by
effective your browser what to render on the page. Diverse tags will perform
different functions. The tags themselves don’t emerge when you view your page
through a browser, but their effects do. The simplest tags do nothing more than
apply formatting to some text, like this :<b>These words will be bold</b>, and
these will not. In the example above, the <b> tags were wrapped approximately
some text, and their effect will be that the contained text will be boded when
view through an ordinary web browser. Learning the tags themselves is dealt
with in the next section of this website, well; it depends on what you want
from it. Knowing HTML will take only a few days of reading and learning the
codes for what you want. You can have down in an hour. Once you know the tags
you can create HTML pages. However, using HTML and deceitful good websites is a
different story, which is why I struggle to do more than just teach you code
here at HTML Source — I like to add in as much advice as possible too. Good
website plan is half skill and half talent, I reckon. Education techniques and
correct use of your tag knowledge will look up your work hugely, and a good
understanding of general design and the audience you’re trying to reach will
improve your website’s odds of success. Luckily, these things can be researched
and understood, as long as you’re willing to work at it so you can output
better websites. The range of skills you will learn as a result of running your
own website is impressive. You’ll learn about aspects of graphic design,
typography and computer programming. Your good organization with computers in
general increases. You’ll also learn about promotion and your writing will
probably improve too, as you adapt to mark for certain audiences.