How can you verify whether the element is block or in-line and how can you change this?

Experience Level: Junior
Tags: CSS

Answer

Example

#main-button {
    display: inline;
}

#main-button {
    display: block;
}

Comments

No Comments Yet.
Be the first to tell us what you think.
CSS for beginners
CSS for beginners

Are you learning CSS ? Try our test we designed to help you progress faster.

Test yourself