Bold A Single Line In Html Table [closed] - Stack Overflow
Trang chủ » Html Bold Line In Table
» Bold A Single Line In Html Table
[closed] - Stack Overflow
Có thể bạn quan tâm
-
- Home
- Questions
- Tags
- Users
- Companies
- Labs
- Jobs
- Discussions
- Collectives
-
Communities for your favorite technologies. Explore all Collectives
- Teams
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Try Teams for free Explore Teams - Teams
-
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams Get early access and see previews of new features.
Learn more about Labs Bold a single line in html table <td> [closed] Ask Question Asked 12 years, 6 months ago Modified 12 years, 6 months ago Viewed 93k times 7 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 11 years ago. I have used the following code to make a table but in the tag i only need the XYZ to be bold and all others to be unbold. But when I used this code the whole is going bold. I don't wish to use a css style sheet with this file. Someone please tell me how I can achieve this.
<table width=100%> <tr> <td><center><b>XYZ<b><br>Aabc<br>+91-xxxxxxxxx<br>[email protected]<center></td> </tr> </table> Thanks in advance.
- html
- css
Share Improve this question Follow asked May 30, 2012 at 6:54 HarikrishnanHarikrishnan 8,0451414 gold badges6767 silver badges113113 bronze badges Add a comment | 4 Answers 4
Sorted by: Reset to default Highest score (default) Trending (recent votes count more) Date modified (newest first) Date created (oldest first) 9 <table style='width:100%;'> <tr> <td style='text-align:center;'> <span style='font-weight:bold;'>XYZ</span><br> Aabc<br> +91-xxxxxxxxx<br> [email protected]</td> </tr> </table> http://jsfiddle.net/n5WZt/
Share Improve this answer Follow answered May 30, 2012 at 7:14 StefanStefan 3,90022 gold badges2727 silver badges3939 bronze badges Add a comment | 5 - You should use a style sheet.
- There is a simple typo: The / is missing in the second occurrence of <b>.
Share Improve this answer Follow edited May 30, 2012 at 6:58 Matt Handy 30k33 gold badges9090 silver badges114114 bronze badges answered May 30, 2012 at 6:56 Oskar BerggrenOskar Berggren 5,60911 gold badge2020 silver badges3737 bronze badges 1 - 2 To clarify, @Oskar is saying you need to close your tags. <b>XYZ</b>, and your center </center> – hookedonwinter Commented May 30, 2012 at 6:57
Add a comment | 5 please close your all tag
<table width=100%> <tr height=11%> <td><center><b>XYZ</b><br>Aabc<br>+91-xxxxxxxxx<br>[email protected]</center></td> </tr> </table> Share Improve this answer Follow answered May 30, 2012 at 6:58 CSS GuyCSS Guy 1,98433 gold badges1818 silver badges2727 bronze badges Add a comment | 2 You got wrong spelling in HTML tag, close b tag forgot /, try this:
<table width=100%> <tr> <td><center><b>XYZ</b><br>Aabc<br>+91-xxxxxxxxx<br>[email protected]<center></td> </tr> </table> Share Improve this answer Follow answered May 30, 2012 at 6:58 Someth VictorySometh Victory 4,55122 gold badges2525 silver badges2727 bronze badges Add a comment | Not the answer you're looking for? Browse other questions tagged - html
- css
or ask your own question.
- The Overflow Blog
- We'll Be In Touch - A New Podcast From Stack Overflow!
- The app that fights for your data privacy rights
- Featured on Meta
- More network sites to see advertising test
- We’re (finally!) going to the cloud!
- Call for testers for an early access release of a Stack Overflow extension...
Linked
1 Make contents of a table or td tag bold Related
8887 Why does HTML think “chucknorris” is a color? 4404 Change an HTML input's placeholder color with CSS 1585 How can I center an absolutely positioned element in a div? 2303 HTML: Valid id attribute values? 2349 Retrieve the position (X,Y) of an HTML element 2199 HTML 5: Is it <br>, <br/>, or <br />? 2735 How do I create an HTML button that acts like a link? 2322 How do you parse and process HTML/XML in PHP? 1926 Where should I put <script> tags in HTML markup? Hot Network Questions
- Strange Brackets in String Writing
- User temp folder is 103GB. Is it safe to delete?
- Accused of violating NDA on thesis
- Finite subgroups of multiplicative complex numbers.
- What is the origin of the term "Dog Character" in the context of fighting games?
- C# basic calculator
- Are periodic functions such as sine and cosine defined on surreal numbers?
- Will Spirit trade with SAVEQ when it recovers?
- How to utilize zener diode specs
- Do longer papers have lower chances of being accepted because they take up more "space" in a journal issue (STEM)
- Why am I getting no output in tcpdump even though there is data being sent and received when using network namespaces?
- Do rediscoveries justify publication?
- Advantages of information criteria over cross-validation
- What is the Calvinist/Reformed solution to the Problem of Hell?
- Is there a theorem in metaphysics that basically says, "Biting the bullet will be inevitable in any metaphysical theory?"
- Condition IF in Tikz
- Why does 写真に収めとこ mean take a picture? And what is the purpose of とこ in this case?
- Installing MacTex on new machine -- where do my .cls and .sty files go?
- An idiom similar to 'canary' or 'litmus test' that expresses the trend or direction a thing is pointed
- How does the Warlock's invocation Gaze of Two Minds interact with a creature with the Invisible Condition?
- Does the canonical distribution assign probability to microstates or macrostates?
- How to stop Apple Sports live activities watch notifications?
- Generator breaker trips when hooked up for backfeed
- The Talking Dog's Treats
more hot questions lang-html
Từ khóa » Html Bold Line In Table
-
Bold Data In Row(tr) In Table In Html - CodeProject
-
HTML Table Borders - W3Schools
-
Make Table Font Bold - Tags « HTML / CSS
-
HTML: Tag - TechOnTheNet
-
Bold Text In Table Html Code Example
-
Style Table Row With TH + TD - HTML & CSS - SitePoint Forums
-
HTML Table Basics
-
Solved: Change Format Of The Last Row Of A HTML Table
-
Examples Of Table Borders And Rules - W3C
-
Bold Rows Meeting Criteria In Embedded HTML Table In An Email
-
Styling Tables - Learn Web Development | MDN
-
Tables In HTML Documents
-
Make Last Row Of Table "bold" - OutSystems
-
Table Visualization — Pandas 1.4.3 Documentation
Liên Hệ
TRUYỀN HÌNH CÁP SÔNG THU ĐÀ NẴNG
Địa Chỉ: 58 Hàm Nghi - Đà Nẵng
Phone: 0904961917
Facebook: https://fb.com/truyenhinhcapsongthu/
Twitter: @ Capsongthu
Copyright © 2022 | Thiết Kế Truyền Hình Cáp Sông Thu
Trang chủ » Html Bold Line In Table » Bold A Single Line In Html Table
Có thể bạn quan tâm
-
- Home
- Questions
- Tags
- Users
- Companies
- Labs
- Jobs
- Discussions
- Collectives
-
Communities for your favorite technologies. Explore all Collectives
- Teams
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Try Teams for free Explore Teams - Teams
-
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsGet early access and see previews of new features.
Learn more about Labs Bold a single line in html table <td> [closed] Ask Question Asked 12 years, 6 months ago Modified 12 years, 6 months ago Viewed 93k times 7 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 11 years ago.I have used the following code to make a table but in the tag i only need the XYZ to be bold and all others to be unbold. But when I used this code the whole is going bold. I don't wish to use a css style sheet with this file. Someone please tell me how I can achieve this.
<table width=100%> <tr> <td><center><b>XYZ<b><br>Aabc<br>+91-xxxxxxxxx<br>[email protected]<center></td> </tr> </table>Thanks in advance.
- html
- css
4 Answers 4
Sorted by: Reset to default Highest score (default) Trending (recent votes count more) Date modified (newest first) Date created (oldest first) 9 <table style='width:100%;'> <tr> <td style='text-align:center;'> <span style='font-weight:bold;'>XYZ</span><br> Aabc<br> +91-xxxxxxxxx<br> [email protected]</td> </tr> </table>http://jsfiddle.net/n5WZt/
Share Improve this answer Follow answered May 30, 2012 at 7:14 StefanStefan 3,90022 gold badges2727 silver badges3939 bronze badges Add a comment | 5- You should use a style sheet.
- There is a simple typo: The / is missing in the second occurrence of <b>.
- 2 To clarify, @Oskar is saying you need to close your tags. <b>XYZ</b>, and your center </center> – hookedonwinter Commented May 30, 2012 at 6:57
please close your all tag
<table width=100%> <tr height=11%> <td><center><b>XYZ</b><br>Aabc<br>+91-xxxxxxxxx<br>[email protected]</center></td> </tr> </table> Share Improve this answer Follow answered May 30, 2012 at 6:58 CSS GuyCSS Guy 1,98433 gold badges1818 silver badges2727 bronze badges Add a comment | 2You got wrong spelling in HTML tag, close b tag forgot /, try this:
<table width=100%> <tr> <td><center><b>XYZ</b><br>Aabc<br>+91-xxxxxxxxx<br>[email protected]<center></td> </tr> </table> Share Improve this answer Follow answered May 30, 2012 at 6:58 Someth VictorySometh Victory 4,55122 gold badges2525 silver badges2727 bronze badges Add a comment | Not the answer you're looking for? Browse other questions tagged - html
- css
or ask your own question.
- The Overflow Blog
- We'll Be In Touch - A New Podcast From Stack Overflow!
- The app that fights for your data privacy rights
- Featured on Meta
- More network sites to see advertising test
- We’re (finally!) going to the cloud!
- Call for testers for an early access release of a Stack Overflow extension...
Linked
1 Make contents of a table or td tag boldRelated
8887 Why does HTML think “chucknorris” is a color? 4404 Change an HTML input's placeholder color with CSS 1585 How can I center an absolutely positioned element in a div? 2303 HTML: Valid id attribute values? 2349 Retrieve the position (X,Y) of an HTML element 2199 HTML 5: Is it <br>, <br/>, or <br />? 2735 How do I create an HTML button that acts like a link? 2322 How do you parse and process HTML/XML in PHP? 1926 Where should I put <script> tags in HTML markup?Hot Network Questions
- Strange Brackets in String Writing
- User temp folder is 103GB. Is it safe to delete?
- Accused of violating NDA on thesis
- Finite subgroups of multiplicative complex numbers.
- What is the origin of the term "Dog Character" in the context of fighting games?
- C# basic calculator
- Are periodic functions such as sine and cosine defined on surreal numbers?
- Will Spirit trade with SAVEQ when it recovers?
- How to utilize zener diode specs
- Do longer papers have lower chances of being accepted because they take up more "space" in a journal issue (STEM)
- Why am I getting no output in tcpdump even though there is data being sent and received when using network namespaces?
- Do rediscoveries justify publication?
- Advantages of information criteria over cross-validation
- What is the Calvinist/Reformed solution to the Problem of Hell?
- Is there a theorem in metaphysics that basically says, "Biting the bullet will be inevitable in any metaphysical theory?"
- Condition IF in Tikz
- Why does 写真に収めとこ mean take a picture? And what is the purpose of とこ in this case?
- Installing MacTex on new machine -- where do my .cls and .sty files go?
- An idiom similar to 'canary' or 'litmus test' that expresses the trend or direction a thing is pointed
- How does the Warlock's invocation Gaze of Two Minds interact with a creature with the Invisible Condition?
- Does the canonical distribution assign probability to microstates or macrostates?
- How to stop Apple Sports live activities watch notifications?
- Generator breaker trips when hooked up for backfeed
- The Talking Dog's Treats
Từ khóa » Html Bold Line In Table
-
Bold Data In Row(tr) In Table In Html - CodeProject
-
HTML Table Borders - W3Schools
-
Make Table Font Bold - Tags « HTML / CSS
-
HTML:
Tag - TechOnTheNet Bold Text In Table Html Code Example
Style Table Row With TH + TD - HTML & CSS - SitePoint Forums
HTML Table Basics
Solved: Change Format Of The Last Row Of A HTML Table
Examples Of Table Borders And Rules - W3C
Bold Rows Meeting Criteria In Embedded HTML Table In An Email
Styling Tables - Learn Web Development | MDN
Tables In HTML Documents
Make Last Row Of Table "bold" - OutSystems
Table Visualization — Pandas 1.4.3 Documentation
Liên Hệ
TRUYỀN HÌNH CÁP SÔNG THU ĐÀ NẴNG
Địa Chỉ: 58 Hàm Nghi - Đà Nẵng
Phone: 0904961917
Facebook: https://fb.com/truyenhinhcapsongthu/
Twitter: @ Capsongthu
Copyright © 2022 | Thiết Kế Truyền Hình Cáp Sông Thu