There is no align attribute with font tag because
It is an inline element. Use <center> instead.
There is no align attribute with font tag because It is an inline element.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The difference between a inline element and a block element:
Source: http://webdesign.about.com/od/htmltags/qt/block_vs_inline_elements.htm
By “parameters” I can only assume you mean how to define elements as inline or block-level. You could define, for example, a
divtag using css or the following:As for an example of this type of content, you could format any essay or blog or anything with multiple paragraphs with these styles to show the difference.