Computer Science, asked by solution7647, 4 months ago


. Fill in the blanks.
3.
_section of the web document encloses the information which is not displayed as
content on the web page.
4
_in the starting tag are used to modify its default properties.
5. The values to the attribute are assigned using_
operator.
6.
_is one of the structural tag that encloses the entire HTML document.
7. Information enclosed in_
tag is displayed in the title bar of web browser window.
8.
_tag is used to set the default properties of text used in the HTML document.
9. HTML tag_
is used to create the most prominent heading style whereas_
is used to create the least prominent heading style.
10.
_attribute of <HR> tag is used to set the thickness of horizontal rule.
11.
_and_
are the two elements used to create an unordered list.
12.
_,_and_
are the three types of bullets used to
create unordered list.​

Answers

Answered by priyadarshinibhowal2
0

Fill in the blanks:

3. The `<head>` section of the web document encloses the information which is not displayed as content on the web page. It typically includes metadata, such as the document title, character encoding, linked stylesheets, scripts, and other important information for the browser and search engines.

4. Attributes in the starting tag are used to modify its default properties. Attributes provide additional information about an HTML element and are specified within the element's start tag. They allow you to customize the behavior or appearance of the element by providing values for specific attributes.

5. The values to the attribute are assigned using the equals (`=`) operator. To assign a value to an attribute, you use the equals sign (`=`) followed by the value enclosed in quotes. For example, `class="container"` assigns the value "container" to the `class` attribute.

6. The `<html>` tag is one of the structural tags that encloses the entire HTML document. It serves as the root element and is used to define the beginning and end of an HTML document.

7. Information enclosed in the `<title>` tag is displayed in the title bar of the web browser window. It provides a title or a brief description of the web page and is also used by search engines to index and display the page in search results.

8. The `<style>` tag is used to set the default properties of text used in the HTML document. It allows you to define CSS rules to control the appearance of text, such as font size, color, alignment, and more.

9. The HTML tag `<h1>` is used to create the most prominent heading style, typically representing the main heading of a page or section. On the other hand, `<h6>` is used to create the least prominent heading style, often used for subheadings or less important titles.

10. The `size` attribute of the `<hr>` tag is used to set the thickness of the horizontal rule. It allows you to specify the height or width of the rule, creating a visual separation between content sections.

11. `<ul>` and `<li>` are the two elements used to create an unordered list. The `<ul>` (unordered list) tag is used to define the container for the list, while the `<li>` (list item) tag is used to define each individual item in the list.

12. Circle (`type="circle"`), square (`type="square"`), and disc (`type="disc"`) are the three types of bullets used to create an unordered list. These attributes can be applied to the `<ul>` tag to specify the desired bullet style for the list items.

For more such questions on HTML:

https://brainly.in/question/8351855

#SPJ4

Similar questions
Math, 9 months ago