(记事本++)HTML预览不可用

时间:2018-10-19 15:14:34

标签: html class notepad++

我正在为一个课堂项目工作,到目前为止,我需要使用HTML预览才能看到我的工作。每当尝试时,都会出现空白窗口,显示预览不可用。

<!DOCTYPE html>
<html>
<head>
<title>Identity Theft</title>
</head>
<body style=background-color:lightsteelblue>
    <h1 style=text-align:center;color:blue> Protecting against identity theft</h1>
    <hr style=background-color:white size=5px>
    <div style="font-family;Arial">
        <h2> Keping Your Personal Information Secure Online</h2>
        <ol><li> Be aklert to impersonators</li></ol>
        <li> Safely dispose of personal information</li>
        <li>encrypt your data</li>
        <li> Keep passwords private</li>
        <li> Don't overshare on social networking sites</li>
    <h2> Keeping your devices secure</h2>
    <ul><li> Use Security Software</li>
    <li>lock up your laptop</li>
    <li>Be Wise about wi-fi</li>
    <li> Avoid phishing emails</li>
    <li> Read privacy policies</li></ul>
</div>
<p>Source:<a href="https:www.consumer.ftc.gov/article/0722-how-keep-your-personal-information-secure#online"> Federal Trade Commission</a></p>
    <div align ="center">
        <h3> Report Crimes or Suspicious Activity</h3>
        <table  border ="2">
        <tr>
            <th>Activity</th> 
            <th>Contact</th>
        </tr>
        <tr>
            <td>Identity Theft</td>
            <td><a href="https://www.identitytheft.gov/"> The Federal Trade Commission </a></td>
        </tr>
        <tr>
            <td> Internet Crime </td>

    </body>
</html>

1 个答案:

答案 0 :(得分:0)

查看键入时动态呈现的HTML文件。

  1. 插件> 插件管理器,安装插件预览HTML

  2. 关注您的HTML文件。

  3. 选择插件> 预览HTML > 预览HTML

  4. 该窗口现在应显示HTML文件(如果没有,请在一个简单的示例上对其进行测试)。使窗户保持漂浮或停靠,例如到“记事本++”窗口的底部。

  5. 在您的HTML代码中至少键入一个字符以查看预览。