The extension that an HTML document has
What is .html?
This HTML element is used to highlight text with strong importance, often displayed in bold.
What is <strong>?
This tag is used to display an image in an HTML document.
What is the <img> tag?
This property is used to change the size of text.
What is font-size?
This tag creates a table in HTML.
What is <table>?
The tag that defines the main content section of an HTML document
What is <body>?
A horizontal line is inserted in a webpage to visually separate sections of content.
What is hr?
This tag is used to define hyperlinks in an HTML document.
What is the <a> tag?
This CSS property is used to make text bold.
What is font weight?
This tag is used for a table header cell.
What is <th>?
Displays content in
What is a line?
An HTML element that creates a bulleted list where items are marked with symbols like dots.
What is <ul>?
This attribute of the <img> tag specifies the URL of the image.
What is the src attribute?
This property sets the space between the content and the border of the element.
What is padding?
This attribute lets a cell span multiple columns.
What is colspan?
HTML is short for
What is Hypertext Markup Language?
The attribute inside a <meta> element that ensures the correct interpretation of characters such as accented letters.
What is charset=\"UTF-8\?
This attribute of the <img> tag provides a textual description for screen readers.
What is the alt attribute?
This property controls the transparency of an element.
What is opacity?
This tag adds a title above a table.
What is <caption>?
This HTML element is a block-level container used to group other elements and apply styles or scripts, but it has no semantic meaning on its own.
What is <div>?
In HTML, this entity represents a non-breaking space, ensuring text stays connected on the same line.
What is ?
This attribute of the <a> tag opens a link in a new browser tab or window.
What is the target="_blank" attribute?
This is the term for a collection of rules defining how a webpage looks.
What is stylesheet?
This CSS property controls the space between table cells.
What is border-spacing?