Easy HTML
-
by Judi on Aug 24, 2007
What is html?
HTML stands for HyperText Markup Language.
HTML is the coding language used by computers to determine how the text and images on your web page will actually look. It helps determine whether text will be small, large, bold face or italics. Html makes it possible to link to other websites as well as display images.
Html is written using tags - tags are commands which tell the browser how to display the text on the page, as well as where images should load.
All html tags are enclosed in brackets < >.
When you are writing multiple tags, the tags may be nested. In other words, you’ll open and then close tags in the reverse order.
<html>
<body>
</body>
</html>
If you enjoyed this post, make sure you subscribe to my RSS feed!
Subscribe to Momma Muse by Email, RSS or,






Top Commentors