The characters, < and >, set HTML tags off from the rest of the text on an HTML page. These two symbols enclose all HTML tags
Defined words used in an HTML tag to modify the tag properties. They can be used to add or change color or change a size in some element.
The main part of an HTML document.
An HTML designator that defines special objects such as paragraphs, lists, and lines in HTML. It usually consists of a beginning and ending tag, but may have just a beginning tag.
File Transfer Protocol. A method used to send or receive files between two computers on the network or internet.
The beginning part of an HTML document which defines various characteristics such as the title.
The main page of an organization or company which is the first page seen when the organization's URL is visited.
Hyper-Text Markup Language is the basic language web pages are written in.
An editor that makes web page creation easier than using a normal text editor. Although you can write HTML code using a standard text editor, it is strongly recommended that you use some type of HTML editor even for learning. I recommend TextWrangler for Mac and Notepad++ for PC.
Hypertext transfer protocol is the internet protocol used to transport information between the client browser and the web page server.
HTML coded locations of other material on the web. They are usually underlined and consist of a different text color than the surrounding text. When you click on them they will usually cause your browser to load the page it is pointing to and you will see the new page displayed.
Tags are used to surround text which has special meaning in HTML. Tags tell the browser what to do. The tag set
is used to tell the browser that text between the two tags is to be set apart as a separate paragraph in HTML.
Uniform Resource Locator. It is used to specify file locations of html or other files. The URL "http://ctdp.tripod.com" is the URL for the CTDP home page. The first section "http:" designates the type of transfer which in this case is Hyper-text transfer protocol. Other cases include FTP, GOPHER, and FILE.
Software used to retrieve and display web pages on the web. It is considered to be a client program which makes requests to web servers for web page files. Browsers can all read basic HTML but may be different in other areas such as being able to display or run script code, video and graphics.
The computer the web pages are stored on. The web server will transmit the web pages across the network/internet to the client computer which is running a web browser.