Content deleted Content added
Undid revision 804054003 by 217.149.143.17 (talk) rvv |
→Description: 18 November 2017, 21:52: working on displaying HTML example of title=... |
||
Line 25:
:<source lang="html4strict"><abbr id="anId" class="aClass" style="color:blue;" title="Hypertext Markup Language">HTML</abbr></source>
:<abbr id="anId" class="aClass" style="color:blue;" title="Hypertext Markup Language">HTML</abbr>
This example displays as <span id="anId" class="aClass" style="color:blue;" title="Hypertext Markup Language">HTML</span>; in most browsers, pointing the cursor at the abbreviation should display the title text "Hypertext Markup Language."
|