Advertisements
Advertisements
Question
The default starting value for an ordered list in HTML is ______.
Options
i
1
a
.
Solution
The default starting value for an ordered list in HTML is 1.
Explanation:
An ordered list indicates a succession of things by using numbers or some other type of notation. An ordered list, for example, can begin with the number 1 and progress through the numbers 2, 3, 4, and so on.
APPEARS IN
RELATED QUESTIONS
Assertion (A): In HTML, Tags written in lowercase letters or uppercase letters are treated as the same.
Reason (R): HTML is a case sensitive language.
Write the difference between alink and vlink.
Write an HTML statement to illustrate the usage of alink and vlink attributes.
Write the equivalent inline CSS for the following HTML tag.
<img src="me.jpg" height=20 width=30>
Which of the following options is an INVALID attribute of <font> tag in HTML?
Assertion (A): <br> is a container tag.
Reason: HTML elements that have both opening and closing tags are considered container tags.
Write the difference between <ol> and <ul> tags in HTML. Also, write suitable examples of each to illustrate the difference.
Events |
Write the HTML code to design the above-shown web page titled 'Events', considering the specifications given below. You can write the code for any four specifications out of the given six specifications.
Specifications:
- The background color of the page should be cyan, and the font face for the page should be Arial.
- Heading 'Events' should be the first level of heading.
- The font size for the paragraph and the list of products should be 5.
- The schedule (as shown on the above web page) should be written with the help of the numbered list. Superscript tags should be used wherever required.
- The bottom-most lines of 'For any queries ...' and 'Phone: .... ' should be on hold.
- The contact email [email protected] should be a link to open the user's default mail client to send queries to the mentioned email id.
Link, vlink, alink are attributes of ______ tag.
In HTML, <dl>, <dd>, and <dt> tags are used to create ______.