Computer Science, asked by vickykumar17, 1 year ago

tags in html in project file

Answers

Answered by Anonymous
1
Hello dear friend !!

Here is your answer :-

TAGS IN HTML :

1. <Head> tag : This tag provides various attributes like •DIR
It tells the browser the direction in which the displayed text is to be read.

2. title tag: This tag defines the title of the document.

3. body tag: This tag defines the document's body. It contains all the necessary contents of HTML document such as text, hyperlink, images, tables, lists etc.

4. basefont tag : This tag specifies a default font colour, font size of font family for all the text in a document title follows it, which is the only supported by Internet Explorer web browser.

5. centre tag: This tag is used to centralise a segment of text to be displayed on browser window.

6. comment tag : This tag is used to insert comments in the source of code of the webpage. Comments are not displayed in the browser window. All the text inserted inside the Stag will be ignored by the browser that made invisible for the user.You can use comment to explain your code, it can help you, when you edit the source code later.

7. Heading tag : In HTML, heading tags are used to display the text as a heading. It can also be used to give section headings.

8. Paragraph tag : This tag is used to mark a block of text as a paragraph. It is used to insert a line break with extra space in the beginning.

9. line break tag: This tag is used to insert a line break which means the text/ image following the tag will be moved to the text line when displayed in the browser.

10. horizontal rule tag: To create a horizontal line on your page, you have to use the empty tag<HR> . This horizontal line can be used to provide information into sections.

11. style tags: HTML provide various style tags like;

• Bold tag
• Italic tag
• Underline tag

vickykumar17: describe them please
vickykumar17: please write all
Anonymous: see now
vickykumar17: very thanks
Anonymous: click on thanks yar
Similar questions