如何防止HTML中的所有文本都变得大胆?

发布于 2025-01-29 08:25:46 字数 6233 浏览 1 评论 0原文

因此,我制作了一个HTML文档,一切都显示为大胆,我是HTML的新手,我不知道如何解决此问题,帮助您将不胜感激。

编辑:对不起,我忘了发布代码,这是:

我已经尽一切可能修复它,并且没有在线(我知道)有相同问题的帖子。

任何帮助都将为我开始职业生涯并继续与这家公司合作。

谢谢。

 <!DOCTYPE html>

<html>
<head>
 <style> body { border: solid 2px;} </style>
 <meta charset="UTF-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>
     Service Completion
 </title>
 <h1 align="center">
     <img src="https://image4.owler.com/logo/gbm_owler_20190819_065656_original.png" 
     alt="Error 404: File Not Found!" 
     width="238" height="63">
 </h1>
<font size="5">
 <h1 align="center">
     <b>
         <u>
             SERVICES COMPLETION FORM
         </u>
     </b>
 </h1>
</font>


</head>
<body>
    <font size="5">
        <strong>
            <h2>
                <u>
                    <i>
                        Customer Information
                     </i>
                 </u>
             </h2>
         </strong>
     </font>
     <strong>
   <font size="5" align="center">
       <table border="1" align="center"  border="1" style="border-collapse:collapse">
        <tr>
            <th colspan="4" Style="width:50%" align="left" span style="height:100% ; width:100%">
                Customer Name:     
             </th>
         </tr>
            <tr>
                <td Style="width:50%" align="left" span style="height:100% ; width:100%">
                    Customer Contact:     
                 </td>
                 <td Style="width:50%" align="left" span style="height:100% ; width:100%">
                     Contact Telephone:     
                 </td>
             </tr>
     <tr>
         <td Style="width:50%" align="left" span style="height:100% ; width:100%">
             Service:     
         </td>
         <td Style="width:50%" align="left" span style="height:100% ; width:100%">
             Project Number:     
         </td>
     </tr>
 </font>
</strong>
    </table>

<font size="5" align="left">
     <strong>
         <h2>
             <u>
                 <i>
                     Scope of Services
                  </i>
              </u>
          </h2>
      </strong>
  </font>

  The signature below indicates concurrence that the specified tasks have been completed as per the SoW.
  <table align="center" border="1"  border="1" style="border-collapse:collapse">
      <tr>
          <th align="left" Style="width:50%">
             <strong>
                 Milestone 3 : Installation and Configuration
             </strong>
             </th>
             <td Style="width:50%">
             <strong>
                 Completed :
             </strong> 
             </td>
         </tr>
<tr>
 <td Style="width:50%" align="left">
     Installation and Configuration completed for
     <ul align="left">
         <li>
             Non-production environment
         </li>
         <li>
             Production environment
         </li>
         <li>
             Integration with Office Online
         </li>
         <li>
             Integration with web services (IAM, OPMS, Maximo & GRC
         </li>
         <li>
             Installation and Configuration Documentation
         </li>
     </ul>
 </td>
</tr>
</table>

<font size="5" align="left">
 <strong>
     <h2>
         <u>
             <i>
                 Comments
              </i>
          </u>
      </h2>
  </strong>
</font>
<table align="center" border="1"  border="1" style="border-collapse:collapse">
 <tr>
     <th Style="width:50%">
     </th>
 </tr>
</table>
<font size="5" align="left">
 <strong>
     <h2>
         <u>
             <i>
                 Evaluation
              </i>
          </u>
      </h2>
  </strong>
</font>
<form align="left">
 Please specify whether the service has been delivered to your satisfaction or not:
 <lebal>
     Yes
 </lebal>
 <input type="radio" name="a">
 <label>
     No
 </label>
 <input type="radio" name="a">
</form>

<form align="left">
Please specify whether the service can be billed:
<lebal>
 Yes
</lebal>
<input type="radio" name="a">
<label>
 No
</label>
<input type="radio" name="a">
</form>

<font size="5" align="left">
 <strong>
     <h2>
         <u>
             <i>
                 Customer Authorized Signature
              </i>
          </u>
      </h2>
  </strong>
</font>
The signature below indicates concurrence that the specified service has been accepted/completed.
<table align="center" border="1"  border="1" style="border-collapse:collapse">
 <tr>
     <th align="left" Style="width:50%">
         Name:
     </th>
     <th align="left" Style="width:50%">
         Title:
     </th>
 </tr>
 <tr>
     <td align="left" Style="width:50%">
         Signature:
     </td>
     <td align="left" Style="width:50%">
         Date:
     </td>
 </tr>
 <tr>
     <td align="left" Style="width:50%">
         Name:
     </td>
     <td align="left" Style="width:50%">
         Title:
     </td>
 </tr>
 <tr>
     <td align="left" Style="width:50%">
         Signature:
     </td>
     <td align="left" Style="width:50%">
         Date:
     </td>
 </tr>
</table>
</body>    
</html>

So I made an html document and everything is showing up as bold, I am new to html and I don't know how to fix this problem, help would be much appreciated.

edit: sorry i forgot to post the code, here it is:

I've tried all I could to fix it and there are no posts online (that I know of) that have the same problem.

Any help would be much appreciated for me to start my career and to continue working with this company.

Thanks.

 <!DOCTYPE html>

<html>
<head>
 <style> body { border: solid 2px;} </style>
 <meta charset="UTF-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>
     Service Completion
 </title>
 <h1 align="center">
     <img src="https://image4.owler.com/logo/gbm_owler_20190819_065656_original.png" 
     alt="Error 404: File Not Found!" 
     width="238" height="63">
 </h1>
<font size="5">
 <h1 align="center">
     <b>
         <u>
             SERVICES COMPLETION FORM
         </u>
     </b>
 </h1>
</font>


</head>
<body>
    <font size="5">
        <strong>
            <h2>
                <u>
                    <i>
                        Customer Information
                     </i>
                 </u>
             </h2>
         </strong>
     </font>
     <strong>
   <font size="5" align="center">
       <table border="1" align="center"  border="1" style="border-collapse:collapse">
        <tr>
            <th colspan="4" Style="width:50%" align="left" span style="height:100% ; width:100%">
                Customer Name:     
             </th>
         </tr>
            <tr>
                <td Style="width:50%" align="left" span style="height:100% ; width:100%">
                    Customer Contact:     
                 </td>
                 <td Style="width:50%" align="left" span style="height:100% ; width:100%">
                     Contact Telephone:     
                 </td>
             </tr>
     <tr>
         <td Style="width:50%" align="left" span style="height:100% ; width:100%">
             Service:     
         </td>
         <td Style="width:50%" align="left" span style="height:100% ; width:100%">
             Project Number:     
         </td>
     </tr>
 </font>
</strong>
    </table>

<font size="5" align="left">
     <strong>
         <h2>
             <u>
                 <i>
                     Scope of Services
                  </i>
              </u>
          </h2>
      </strong>
  </font>

  The signature below indicates concurrence that the specified tasks have been completed as per the SoW.
  <table align="center" border="1"  border="1" style="border-collapse:collapse">
      <tr>
          <th align="left" Style="width:50%">
             <strong>
                 Milestone 3 : Installation and Configuration
             </strong>
             </th>
             <td Style="width:50%">
             <strong>
                 Completed :
             </strong> 
             </td>
         </tr>
<tr>
 <td Style="width:50%" align="left">
     Installation and Configuration completed for
     <ul align="left">
         <li>
             Non-production environment
         </li>
         <li>
             Production environment
         </li>
         <li>
             Integration with Office Online
         </li>
         <li>
             Integration with web services (IAM, OPMS, Maximo & GRC
         </li>
         <li>
             Installation and Configuration Documentation
         </li>
     </ul>
 </td>
</tr>
</table>

<font size="5" align="left">
 <strong>
     <h2>
         <u>
             <i>
                 Comments
              </i>
          </u>
      </h2>
  </strong>
</font>
<table align="center" border="1"  border="1" style="border-collapse:collapse">
 <tr>
     <th Style="width:50%">
     </th>
 </tr>
</table>
<font size="5" align="left">
 <strong>
     <h2>
         <u>
             <i>
                 Evaluation
              </i>
          </u>
      </h2>
  </strong>
</font>
<form align="left">
 Please specify whether the service has been delivered to your satisfaction or not:
 <lebal>
     Yes
 </lebal>
 <input type="radio" name="a">
 <label>
     No
 </label>
 <input type="radio" name="a">
</form>

<form align="left">
Please specify whether the service can be billed:
<lebal>
 Yes
</lebal>
<input type="radio" name="a">
<label>
 No
</label>
<input type="radio" name="a">
</form>

<font size="5" align="left">
 <strong>
     <h2>
         <u>
             <i>
                 Customer Authorized Signature
              </i>
          </u>
      </h2>
  </strong>
</font>
The signature below indicates concurrence that the specified service has been accepted/completed.
<table align="center" border="1"  border="1" style="border-collapse:collapse">
 <tr>
     <th align="left" Style="width:50%">
         Name:
     </th>
     <th align="left" Style="width:50%">
         Title:
     </th>
 </tr>
 <tr>
     <td align="left" Style="width:50%">
         Signature:
     </td>
     <td align="left" Style="width:50%">
         Date:
     </td>
 </tr>
 <tr>
     <td align="left" Style="width:50%">
         Name:
     </td>
     <td align="left" Style="width:50%">
         Title:
     </td>
 </tr>
 <tr>
     <td align="left" Style="width:50%">
         Signature:
     </td>
     <td align="left" Style="width:50%">
         Date:
     </td>
 </tr>
</table>
</body>    
</html>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

丢了幸福的猪 2025-02-05 08:25:46

对于不重要的文本,您可以使用跨度或p元素。
强大和B元素用于大胆的内容

,或者您​​可以使用CSS来控制文本的重量:

字体重量:正常;

有关字体重视的完整信息:

https .org/en-us/doc/web/css/font-jight

For not important text's you can use span or p Elements.
Strong and B elements are for bold content

Or you can control the weight of text using css:

font-weight: normal;

Complete information about font-weight :

https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight

眼眸 2025-02-05 08:25:46

删除所有强标签,用于定义非常重要的文本,通常以粗体显示。

Remove all your strong tags, this is used to define text with strong importance and is typically displayed in bold.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文