CSW1 Assignment HTML
CSW1 Assignment HTML
Learning Levels: Remembering (L1), Understanding (L2), Application (L3), and Analysis (L4).
Q12. Create a Webpage that Has the Following Attributes: tabindex, accesskey, L1, L2
draggable, and contenteditable:
• Suppose there are 5 paragraphs where the 1st paragraph has tabindex set to 2,
the 2nd paragraph has tabindex set to 1, and so on. When the Tab button on the
keyboard is clicked, it should first go to the 2nd paragraph, then the 1st, and so
on.
• Use the accesskey attribute in a hyperlink to access the desired link in a new
tab.
• Use the contenteditable attribute and draggable attribute in any of the
paragraphs.
-END-