HyperText Markup Language/Glossary

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

This is a glossary of the book.

Contents: Top - 0–9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

[edit] B

block element 
TODO

[edit] E

element 
A part of a document starting with an opening tag and ending with a closing tag, such as "<p><b>keyword</b> is important</p>".

[edit] I

inline element 
TODO

[edit] T

tag 
The opening and colosing sequence of characters of an element, such as "<p>" or "</p>". To be distinguished from element.