Computer Science, asked by shubhanshusingh2006, 7 months ago

1. Differentiate between <TITLE> and <HEAD> tags?

2. Differentiate between <BR> and <P> tag.

3. How can a 2D or 3D horizontal rule be displayed?

4. What is the difference between <BASEFONT> and <FONT> tags?​

Answers

Answered by mehwishmahar789
2

Explanation:

1.Title tags and head tags usually serve the same purpose by showing what the web page is about. But the title tag is represented inside the head tag. The main deference between them is:

Head tag content is shown as the heading of the webpage in large text and is not shown on the search engine.

2.<P> tag is a container element which marks a block of text as a paragraph in a webpage and the web browser leaves a line between two paragraphs. This tag has an attribute ALIGN, which can take three values - left,right and centre . E.g- <P ALIGN=“right”> Learning HTML is really fun . </P>

<BR> tag is an empty element that is used to break a line and display the proceeding text from the next line, without giving any space between two lines. It has no attribute . E.g- You are your biggest critic <BR> Anonymous .

3. The 2D has two dimensions layout in the picture quality which you all see in the photos and movies.

And the things you see from the eyes and the real things which you see is a 3D dimensional structure like people and tress and everything.

4.Basefont tag is used to define default font, size and color for the whole text in an html document. On the other hand font tag is used to define font, size, color etc for a text which enclosed with in this tag.

Similar questions