How Paragraph Tags used in HTML? :-
Paragraph tags are used to group sentences in the one paragraph.
It is denoted by <p> tag. It is a container tag i.e. it has start and end tag. It contains a content. It is a block level element (always start on new line and creates its horizontal block).
Paragraph tags also have attribute style, used to design text inside this tags.
Output is :-
HTML Responsive :-
To make webpage responsive (adjust size according to device screen) following code is used in head tag. It is important for any webpage to display properly according to device width.
Comments
Post a Comment