Questions
1.What is html ?
->html is markup language.
->HTML stand for Hyper Text Markup Language.
->collection of markup Tags.
2.Who is developed html?
->Tim Berners Lee developed html.
3.How do you separate a section of texts in HTML?
->html is markup language.
->HTML stand for Hyper Text Markup Language.
->collection of markup Tags.
2.Who is developed html?
->Tim Berners Lee developed html.
3.How do you separate a section of texts in HTML?
-><br> tag – It is used to separate the line of text. It breaks the current line and shifts the flow of the text to a new line.
-><p> tag–This tag is used to write a paragraph of text.
-><blockquote> tag–This tag is used to define large quoted sections.
Comments
Post a Comment