HTML Basics:
Summary

Title: Jan's Illustrated Computer Literacy 101
españolIcon: Change web
Did you want IE9+, Chrome, Firefox; Notepad? Icon: Change web



Web pages are written in HTML (HyperText Markup Language), which is a coding system that uses tags to identify the parts of a document's logical structure. Browsers use their own rules about how to display the various document parts on the screen. An HTML author cannot totally control the final appearance of an HTML document. Several factors affect what the viewer sees, including the operating system, browser, color depth, resolution, and window size.

You can use a plain text editor like Notepad to create and edit HTML documents. A WYSIWYG editor like FrontPage and FPX has many helpful features, but cannot really show you what the page looks like on all other computers. Like many other WYSIWYG editors, FPX may remove HTML code that it does not understand.

HTML code can be used to create paragraphs, lists, and headings, to insert images, to create a background for a page, to format text, and to create tables. Most HTML tags are actually made up of an opening tag and a closing tag. An opening tag is formed by surrounding a keyword with the symbols < and > , like <h1> and <title>. An opening tag tells where a document part or formatting direction begins. A closing tag looks just like the opening tag except that it puts the symbol  / before the tagname and tells where the part or direction ends. All HTML documents must include the HTML and BODY tags.

A tag may have one or more attributes, which can have different values. Attributes control characteristics like alignment, border, and color.

The key features in HTML are the hyperlink and the wrapping of text to the window. Hyperlinks are created by surrounding text or an image with an anchor tag, which includes a HREF attribute with an absolute or relative path as its value. Clicking the hyperlink opens a new document or image.

Converting an existing document to HTML with a filter or assistant can save you a lot of time. But you must carefully check the new document for missing parts and formatting changes. 


Where you are:
JegsWorks > Lessons > Web

Before you start...

Project 1: Browser BasicsTo subtopics

Project 2: HTML Basics
    HTML CodeTo subtopics
    About HTML
    What You Need
    Code by HandTo subtopics
    WYSIWYG
    FrontPage/FPX To subtopics
    Images in HTMLTo subtopics
    FormattingTo subtopics
    TablesTo subtopics
    Print
    ConvertTo subtopics
    Summary
    Quiz
    ExercisesTo subtopics


Search 
Glossary
  
Appendix



What you printed for Web Project 2:

File:

With program:

# of pages:

List of tags

By hand

1

simple.htm

IE

1

simple2.htm

IE

1

hector1.htm

Notepad

1

hector1.htm

IE - bulleted list

1

hector2.htm

IE - numbered list

1

hector3.htm

IE - hobbies added

1

hector4.htm

FrontPage or FPX - headings formatted

2

hector5.htm - HTML source FrontPage - after styles

1

hector5.htm FrontPage or FPX - after styles  

hector21.htm

FrontPage or FPX - finished web page

3

hector21.htm

IE - finished web page

2

Nzinfo.doc

Word - no changes yet

3

NZinfo.htm

Word - after save as web page

4

NZinfo2.htm

IE - improved version

3


Important Terms

anchor

anchor tag

align

attribute

block element

browser

browser safe colors

closing tag

CSS

deprecated

DHTML

dither

gif

graphics conversion 
    program

graphics program

horizontal rule

href

HTML

hyperlink

inline element

JavaScript

jpg

list: bulleted

list: definitions

list: numbered

opening tag

path

png

relative path

tag

text editor

texture

thumbnail

tile

value

W3C

watermark

white space

WYSIWYG editor

HTML Tags & Special Characters

&amp;

&gt;

&lt;

&nbsp;

&quot;

<!--  -->

<!doctype>

<a>

<b>

<body>

<br>

<dd>

<dl>

<dt>

<em>

<font>

<h1>

<h2>

 

<h3>

<h4>

<h5>

<h6>

<head>

<hr>

<html>

<i>

<img>

 

 <li>

<ol>

<p>

<strong>

<table>

<td>

<title>

<tr>

<u>

<ul>