HTML Fonts, Tags and Elements
HTML Fonts, Tags and Elements
To creat a list using lowercase letters, use
1. < ol "a" >
2. < ol="a" >
3. < ol letter="a" >
4. < ol type="a" >
HTML Fonts, Tags and Elements
To start a list at the count of 3, use
1. < ol begin="3" >
2. < ol list="3" >
3. < ol start="3" >
4. < ol num="3" >
HTML Fonts, Tags and Elements
Which of the following property is used to determine which drag operation was desired?
HTML Fonts, Tags and Elements
_____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself.
HTML Fonts, Tags and Elements
The special formatting tag is1. 2. 3.
EXAMIANS