HTML


Form

A mechanism that enables a user to supply input to the web page author.

Alt text

Text description of a graphic that appears before the graphic is loaded into the browser.

Anchor

The anchor tag is used to define a hypertext link.

Angle brackets

Less than (<) and greater than (>) symbols used to surround an element to create a tag.

Attribute

 A property of an HTML element used to provide additional instructions to a given HTML tag. The attribute is specified in the start of HTML tag.

Closing tag

An HTML instruction that tells the browser to turn off a specific feature of an opening tag.

Footer text

The text that is not specifically related to the content of the webpage and that appears on every webpage is referred to as footer text. The most notable example of footer text is the copyright statements at the bottom of webpages.

Frames

HTML supports frames to divide a web page into independent and scrollable sections. Having two frames on a web page is like loading three separate pages in the browser. A common use for frames is to place the navigation on the left, and content on the right.

HTML (Hypertext Markup Language)

A web scripting language used for creating web page documents.

HTML converter

A software that converts text to HTML code.

HTML editor

A software that inserts HTML code as you work to create an HTML file.

Hyperlinks

Hyperlinks (or just links) take the user to another webpage when they click on it.

Hypermedia

Hypertext that may include multimedia like text, images, sound, and video.

Line breaks

This tag is used in a block of text to force a line break. 

ORDERED LISTS

Ordered lists' items are denoted with numbers.

Tables

An element for displaying information in rows and columns.

Tags

Tags are basic labels that define and separate parts of your markup into elements.

Title

This tag tells the browser what to display as the page title at the top and tells search engines what the title of your site is.

UNORDERED LISTS

Unordered lists are just lists whose items are denoted with bullet points.