Q1: How do block-level tags and inline tags relate to each other? Give an example of each type of tag.
Q2: Given that the following style was contained in an external style sheet:
p { text-align: right; font-size: small; font-family: sans-serif; text-transform: uppercase;}
and the following style was contained in an internal style sheet:
p { font-weight: bold; color: black; text-align: left;}
and the code that appeared in the body of the page was:
font-style: italic; color: white;
text-align: center;">
I am a CSS master!
describe in words what the paragraph would look like when it was displayed.
Q3: Provide XHTML code that uses the inline tag
to alter the appearance of the following paragraph from this:
No one travels Along this way but I, This autumn evening. to this:
No one travels
Along this way but I,
This autumn evening.
Attachment:- lab.rar