0% found this document useful (0 votes)
6 views23 pages

3.inline Elements

Uploaded by

kejogef328
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views23 pages

3.inline Elements

Uploaded by

kejogef328
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 23

Inline Element

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

You might also like