1/32
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
HTML
Hyper Text Markup Language.
Container Tag
Tags that contain both opening and closing tags, e.g., , , .
Empty Tag
Dir and lang attributes that specify text direction and language.
Dir Attribute
Lang Attribute
Specifies the language used in the document, e.g., 'en' for English.
Contains the head of an HTML document with information like title, scripts, and style definitions.
A container tag that designates the document's title, displayed in the browser's title bar.
Section that contains content to be displayed in the browser window.
Sets an image as the background for the document's body.
Specifies a color for the background of the document body.
Specifies the color of the text content in the page.
Specifies the color of hyperlinks that have not been visited; default is blue.
Specifies the color of an active hyperlink; default is green.
Specifies the color of hyperlinks that have been visited; default is purple.
Used to break the current line of text and continue on the next line.
Horizontally centers content on a web page.
Text Formatting Tags
Displays address-related information such as name, phone numbers, email.
Displays scrolling text or images on a web page.
Allows changing size, style, and color of text; attributes include color, face, and size.
Inserts images in HTML pages; src attribute specifies the file name of the image.
Creates hyperlinks to text, images, or other documents; uses href attribute.
Defines a table in HTML, with many attributes like border, bgcolor, and width.
Cellspacing vs Cellpadding
Cellspacing specifies space between cells, while cellpadding specifies space within a cell.
Define table rows, heading cells, and data cells respectively.
Includes Align, Valign, and Bgcolor.
Include Align, Valign, bgcolor, Rowspan, and Colspan.
Rowspan vs Colspan
Rowspan makes a cell span multiple rows, while colspan makes it span multiple columns.
Provides a heading for a table.