3.inline Elements
3.inline Elements
IT DOES NOT STARTS WITH NEXT LINE, AND IT WILL GET ONLY
NECESSARY WIDTH
1. <a> 11. <kbd>
2. <abbr> 12. <label>
13. <map>
3. <acronym>
14. <object>
Inline Elements List 4. <b>
15. <q>
5. <bdo>
16. <samp>
6. <big> 17. <script>
Which makes everything in same line
It will never makes in new line 7. <br> 18. <select>
8. <button> 19. <small>
9. <cite> 20. <span>
10. <code> 21. <strong>
22. <sub>
11. <dfn>
23. <sup>
12. <em>
24. <textarea>
13. <i>
25. <time>
14. <img> 26. <tt>
15. <input> 27. <var>
‘A ‘ Attribute which is used to link one
page to another Page
Abbr which is
used to give the
Abbreviation
B tag used to give BOLD Text
Bi Directional Over Ride
Reverse the order
Line Break which is used to make the
Break
Button used to give the Button Object
Code
<!DOCTYPE html>
<html>
<head>
<title>
cite
</title>
</head>
<body>
<p><cite>Title of the Element</cite> used
to give the Title or Name of the Picture or
Books</p>
<p>Its comes in Italic</p>
</body>
</html>
<em>Emphasized text</em>
<strong>Strong text</strong>
<code>A piece of computer code</code>
<samp>Sample output from a computer
program</samp>
<kbd>Keyboard input</kbd>
<var>Variable</var>
Here the code
And Output is
Other Tag Notes
• Map-- used to handle the image in mouse click
• Object-- tag which is used to embed other Files like Multimedia
• Output -- tag used to give the Output