Html Flashcards
HTML
: Hypertext Markup Language, the standard markup language for creating web pages and applications on the internet.
Markup language
: A system for annotating text to give instructions regarding its formatting or presentation, such as HTML
Web page:
: A document or file that is displayed on the internet, typically in a web browser.
Tag:
An HTML element that defines the structure and content of a web page. Tags are enclosed in angle brackets (< >).
Element
: A part of an HTML document, comprising a start tag, content, and an end tag.
Attribute:
Attribute: A property or characteristic of an HTML element that provides additional information or modifies its behavior.
Head:
An HTML element that contains meta-information about a web page, such as its title and links to external resources.
Body
An HTML element that contains the content of a web page, such as text, images, and videos.
Paragraph:
An HTML element used to define a paragraph of text.
Heading
An HTML element used to define headings or subheadings within a web page. There are six levels of headings, from h1 to h6.
List:
An HTML element used to create lists of items, either ordered (numbered) or unordered (bulleted).
Link:
An HTML element used to create hyperlinks, allowing users to navigate between web pages or different sections within a page.
Image
An HTML element used to display images on a web page.
Table:
An HTML element used to organize data into rows and columns.
Form:
An HTML element used to collect user input, such as submitting a form or entering data.