We have seen a number of tags that allow you to change line, create different types of paragraphs or insert lines are separated. We have also seen some of the labels used with the attribute ‘align’ that Indicates the alignment.
Sometimes it can be very useful to indicate that some text, image or other page element should be centered. However, not all tags have the attribute ‘align’. The solution is to use a new label: center. This consists of a start instruction and an end so that all that remained between them, whatever it was, was centered. For example in the example of Lorca’s verse can center typing:
My favorite poem is that of Federico Garcia Lorca which reads:
<html> <body> Welcome to ecomputernotes <center> <blockquote> My heart, like a serpent has broken away from your skin, and here I look at my fingers full of wounds and honey </blockquote> </center> The End of the center tag. </body> </html>