InterviewSolution
Saved Bookmarks
| 1. |
Explain 10 HTML tags with tere use. (separate coding with out put ) |
|
Answer» Its coding were 1.head--- to write any thing in header2.body- to write content.3.font- to formatting text of particular word or para or line.4.basefont-- to formatting the text of whole document.5.table-- to make a tabular document.6.br- to break line.7.hr-to draw a horizontal line.8.a(anchor)--for hyperlink.9.ul- to make a unordered list .10.ol- to make ordered list. |
|