Computer Applications
To start a list with alphabet 'E', which line should be used?
<OL type="A"><OL type="A" start= "5" ><OL type="E" ><OL start="E" >
HTML Intro
4 Likes
Answer
<OL type="A" start= "5" >
Reason — To start a list with alphabet 'E', we write the following code:
<OL type="A" start= "5" >
Answered By
1 Like
Related Questions
What is the full form of DTD?
- Document To Definition
- Dynamic To Definition
- Document Type Definition
- Direct Type Definition
Anything written between …………… is taken as a comment.
<?--><?- --?><!-- and --></--->
Which of the following is a text editor?
- Notepad
- Wordpad
- Both 1 and 2
- None of these
The …………… section contains the content to be displayed on the web page.