Description List

HTMl Terms

HTML
HTML stands for Hyper-text Markup Language
HTML element
An HTML element is a visually way to acess information on a document or web page
HTML tag
HTML tags are hidden key words in a web browser that defines how the content is formatted and displayed
angle brackets
angle brackets are used to enclose code
HTML attributes
An HTML attribute is the thing that modifies the HTML element to carry out a specific task. An attribute is added to an HTML start tag.
HTML comment
HTML comments are pieces of written information that can only be viewed by people looking at the coding, they don't get rendered by a browser.
HTML object element
The object element is the element that is added to the HTML document.
HTML special character
HTML special characters are characters that can't be accessed using a regular keyboard. They are unique to HTML