Question No.1: What do you understand about container tag and empty tag, give example?
Question No.2: What do you understand about attributes of tag, give example?
Question No.3: What do you mean about face attribute of font tag?
Question No.4: Write syntax of Body tag along with all the attributes?
Question No.5: What do you understand about a list in HTML?
Question No.6: How many type of lists can be created in HTML? Explain them.
Question No.7: Write small program in HTML to generate two different types of list.
Question No.8: Write syntax of OL and UL tag along with all the attributes?
Answers
1.Container tag consists of opening tag+content+closing tag . While empty tag is tag without content or a closing tag. Container tags are used to enclose texts, images etc. Like <body> , <div> etc are container tags as we put some content inside them.
2.Attributes define additional characteristics or properties of the element such as width and height of an image. Attributes are always specified in the start tag (or opening tag) and usually consists of name/value pairs like name="value" . Attribute values should always be enclosed in quotation marks.
3.The face attribute specifies the font of the text inside a <font> element.
5.There are three list types in HTML: unordered list — used to group a set of related items in no particular order. ordered list — used to group a set of related items in a specific order. description list — used to display name/value pairs such as terms and definitions.
Answer: Hope it helps my lady.. i saw your drawings too.. they were so cool.. Mark me brainlest!
Explanation:Ok..i think you are in 7th grade(me too)
A1. A container tag is a tag that needs to be closed? Ex:<H1>, A empty tag is a tag that does not require closing tag. Ex: <HR> or <BR>
A2.An attribute is a special keyword used inside the tag to specify additional information about the tag and customise it.Ex: <H1 align = “center”>.
A3.The face attribute specifies the font of the text inside a <font> element.
A4. The <BODY> tag defines the content of a web page that would be visible in the browser. It is also a container tag. All the tags that display text, images or links in a web page are written between the opening and the closing <BODY> tags.
A5.There are three list types in HTML: unordered list — used to group a set of related items in no particular order. ordered list — used to group a set of related items in a specific order. description list — used to display name/value pairs such as terms and definitions.
A6.There are three list types in HTML: unordered list — used to group a set of related items in no particular order. ordered list — used to group a set of related items in a specific order. description list — used to display name/value pairs such as terms and definitions.
A7. Sorry . Ich weiß nicht ... ( i think you know german too)
A8.Das auch.. Sorry