HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<!DOCTYPE html> <html lang="en"> <head> <style> a { display: block; } p { display: inline; } </style> </head> <body> <a href="/css/display.html" target="_blank">I am displaying as block.c</a> <p>I am displaying as inline.</p> </body> </html>
Related Chapters
CSS Floats
CSS Display
Related Examples
CSS Visibility Hidden Example
CSS Interactive Content on Hover
CSS Toggle An Element Display