Computer Science, asked by rajracha2189, 1 year ago

Which two css properties can be used to position multiple html elements next to one another to store?

Answers

Answered by Anonymous
0

Hi

display: inline property can be used to position multiple html elements next to each other.

display: inline is your answer.


Answered by ashutoshmishra3065
0

Answer:

Explanation:

HTML:

One of the various sorts of HTML nodes is an HTML element, which is a kind of HTML (Hyper Text Markup Language) document component (there are also text nodes, comment nodes and others) A HTML document is made up of a tree of simple HTML nodes, like text nodes, and HTML elements, which give the document's sections meaning and styling (e.g., make text bold, organize it into paragraphs, lists and tables, or embed hyperlinks and images). The HTML attributes for each element can be specified.

CSS position Property:

The positioning mechanism used for an element is specified by the position property (static, relative, absolute or fixed).

CSS float Property:

A box (an element) can float or not using the float attribute.

CSS position property and CSS float property can be used to position multiple html elements neat to one another to store.

#SPJ2

Similar questions