Answers for "align middle line markdown"

0

align middle line markdown

<!-- To align IMAGE, use the following -->
<p align="center">
  <img width="200" src="http://material-bread.org/logo-shadow.svg" alt="Material Bread logo">
</p>

<!-- To align TEXT at center, use the following -->
<center>Centered text</center>

<!-- To align HEADER 1 TEXT at center, use the following -->
<h1 align="center">Centered HEADER 1</h1>
Posted by: Guest on October-19-2021

Browse Popular Code Answers by Language