(14)Which of the following is not as part of styles?
b) underline
c) italics
d)Alignment
a) Bold
Answers
Answer:
d) Alignment
Explanation:
please flow me
Option d) Alignment
Alignment the following is not as part of styles.
- In HTML, the align Attribute is used to define the alignment of the element's text content. All elements use this attribute. Additionally, the CSS property "text-align:" and the <img> element's "vertical-align:" can be used to set the Align attribute.< applet> is a supported tag.
- Left: The content is set to be left-aligned.
- Right: The content is set to be aligned to the right.
- I set the div element's centre property. It is set to centre by default.
- It places the content in the justification position.
A static website that is not functioning is created by a single HTML code file. Text, images, shapes, colours, and alignment are among the HTML contents. Alignment is a crucial component of design since it establishes the appropriate content to handle at a given location. In this guide, we'll go over some fundamental instances.
To centre align all of the child components inside of a parent element, use the text-align: centre; style. For the same, they (child components) are not required to be block level elements. Your issue is that using display:block on your a tag will cause it to occupy the entire space of the parent div.
#SPJ2