Write down the function of following tag : (1) title (2) BR (3) HR (4)...
Title : The
tag is required in all HTML documents and it defines the title of the document.
BR:
tag is an inline element used to create a single line break in a document.
HR :The
element is used to separate content (or define a change) in an HTML page.
center: the tag was used to contain both block-level and inline elements on a web page.
the tag is a block element used to designate a paragraph.
Write down the function of following tag : (1) title (2) BR (3) HR (4)...
1. Title Tag
The title tag defines the title of a web page, which appears in the browser tab and search engine results.
- Provides a concise description of the page’s content.
- Crucial for SEO, as search engines consider it a ranking factor.
- Should be unique and relevant to the page.
2. BR Tag
The `
` tag inserts a line break in the text, allowing for better readability.
- Creates a new line without starting a new paragraph.
- Useful for formatting addresses or poems where line breaks are significant.
- Does not require a closing tag.
3. HR Tag
The `
` tag represents a thematic break in the content, typically a horizontal line.
- Visually separates sections of content for clarity.
- Indicates a shift in topic or a pause in the narrative flow.
- Enhances the overall layout and organization of text.
4. Center Tag
The `` tag centers text or other elements horizontally in the browser window.
- Used for emphasizing titles or key points.
- It has been deprecated in HTML5, so CSS should be used for centering instead.
- Aids in creating a visually appealing layout when used sparingly.
5. P Tag
The `` tag defines a paragraph of text, serving as a fundamental building block for web pages.
- Automatically adds space before and after the text, improving readability.
- Helps structure content into manageable sections.
- Supports semantic HTML, contributing to better accessibility and SEO.
To make sure you are not studying endlessly, EduRev has designed Class 8 study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in Class 8.