How do i make the headings bold in html?
Closed
MasterMind
-
18 Oct 2009 à 08:30
samheart Posts 4 Registration date Thursday 15 October 2009 Status Member Last seen 19 October 2009 - 19 Oct 2009 à 03:59
samheart Posts 4 Registration date Thursday 15 October 2009 Status Member Last seen 19 October 2009 - 19 Oct 2009 à 03:59
Related:
- How do i make the headings bold in html?
- How do i turn off chat heads - Guide
- Wechat bold text - Guide
- Blackberry bold software download - Download - File management
- The bold type repelis - Download - Movies, series and TV
- How to clean printer heads - Guide
2 responses
samheart
Posts
4
Registration date
Thursday 15 October 2009
Status
Member
Last seen
19 October 2009
19 Oct 2009 à 03:59
19 Oct 2009 à 03:59
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