A Beginner's Guide to HTML
"A Beginner's Guide to HTML" is a useful site and can be viewed at http://archive.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimerAll.html. It was created by The National Center for Supercomputing Applications (NCSA), which is a leader in defining the future's high-performance computing infrastructure for scientists and for society.
The article covers what an HTML document is, markup tags, character formatting, linking, images and troubleshooting. HTML documents are plain-text files that can be created using any text editor (e.g., SimpleText on a Macintosh; Notepad on a Windows). You can also use word-processing software if you remember to save your document as "text only with line breaks". To denote the various elements in an HTML document, you use tags. HTML tags consist of a left angle bracket (<), a tag name, and a right angle bracket (>). Tags are usually paired to start and end the tag instruction. The end tag looks just like the start tag except a slash (/) precedes the text within the brackets. A list of HTML tags are provided on the site. Some elements may include an attribute, which is additional information that is included inside the start tag. For example, you can specify the alignment of images (top, middle, or bottom) by including the appropriate attribute with the image source HTML code. Markup tags include the head, body, title, headings, paragraphs and different types of lists. Character formatting involves two types of styles for individual words or sentences: logical and physical. Logical styles tag text according to its meaning, while physical styles indicate the specific appearance of a section.
This is just a preview of what the article discusses concerning the use of HTML. More helpful information can be found by clicking on the URL at the top of this blog.
