How do i make the headings bold in html?
Closed
MasterMind
-
Oct 18, 2009 at 08:30 AM
samheart Posts 4 Registration date Thursday October 15, 2009 Status Member Last seen October 19, 2009 - Oct 19, 2009 at 03:59 AM
samheart Posts 4 Registration date Thursday October 15, 2009 Status Member Last seen October 19, 2009 - Oct 19, 2009 at 03:59 AM
Related:
- How do i make the headings bold in html?
- How to turn off chat heads in messenger - Guide
- Wechat bold text - Guide
- Blackberry bold software download - Download - File management
- How to write bold in whatsapp - Guide
- How to turn off head pointer on mac - Guide
2 responses
samheart
Posts
4
Registration date
Thursday October 15, 2009
Status
Member
Last seen
October 19, 2009
Oct 19, 2009 at 03:59 AM
Oct 19, 2009 at 03:59 AM
Hi
here is a sample
<html>
<title>
Sample
</title>
<body>
<h1><b>This is a bold text </b></h1>
<h2>This is a simple text</h2>
</body>
</html>
Just copy this code and paste it into the notepad and save the file with sample.html
Here <b> is use for bold text.
Thnkx
here is a sample
<html>
<title>
Sample
</title>
<body>
<h1><b>This is a bold text </b></h1>
<h2>This is a simple text</h2>
</body>
</html>
Just copy this code and paste it into the notepad and save the file with sample.html
Here <b> is use for bold text.
Thnkx