HTML is the main Markup Language for displaying web pages and other information that can be displayed in a web browser. It is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create.
How is HyperText MarkUp Language being defined?
HyperText is the method by which you move 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 ,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: The Most Important Piece
Along these lines, HTML can be
thought of as the fundamental building block of the web as you know it. There’s
an underlying architecture of complicated technology that makes up “The
Internet” but the good ol’ WWW is largely dependent on HTML.
In fact, technically, HTML
is all you need to create a web page. A few extremely simple
lines of HTML uploaded to a web server would constitute a web page, which is
definitely not something that can be said for CSS and typically not something
that can be said of JavaScript. The point here is that, while all of these
technologies are closely related, HTML is the pivotal piece of the puzzle.
Now, before you get too excited,
that doesn’t mean that you can get away with only learning HTML. You’d be hard
pressed to find a modern web page that doesn’t utilize, at minimum, a
combination of HTML and CSS.
Before we wrap this up, you’re
probably wondering what the heck all this HTML5 talk is about. HTML5 is exactly
what it sounds like: the fifth major iteration of HTML.
Web technologies aren’t set in
stone, they’re constantly evolving and expanding. Just like print designers
generally have to keep up with the newest bells and whistles in the latest
version of Photoshop, so web designers have to keep an eye out for changes in
web standards.
HTML5 brings lots of new features
to the table while cutting out some unnecessary fat from its previous
installment. For instance, HTML5 developers have some new tags to work with
that make the basic structure of a web page more logical.
No comments:
Post a Comment