How to change alignment of text in html?

how to change alignment of text in html ?

1 Like
<style>
	h1 {text-align :center;}
           
</style>

Edyoda

This is by adding internal css ,but you can add inline style also by adding style attribute to the selected element and can assign value left ,right,center