|
HTML.   Short for Hyper Text Markup Language, HTML is the authoring language used in the creation of documents for the World Wide Web.
HTML authoring tools.   While purists may still insist on writing webpages in HTML from scratch, most authors turn to software applications such as Microsoft FrontPage and Macromedia Dreamweaver that make it easier to write the underlying HTML of web pages by providing a simple document authoring experience.
|
Website Creation - Links
HTML features.   HTML uses a variety of tags and attributes to indicate how text should be "marked up." For example, <b>bold</b> indicates that a word should be bold and <i>italics</i> indicates that a word should be written in italics. HTML is also used to indicate where images should appear on a document, and to indicate hypertext links, such as the blue links above.
|