validator.w3.org错误:在此上下文中不允许元素样式作为元素主体的子元素。 (抑制此子树中的更多错误。)

时间:2017-03-11 17:51:59

标签: html5

<!doctype html>
<html  lang="en">
<head>
  <title>My Resume</title>
  <meta charset="utf-8" />
<!-- prgWebPage.html - My Resume Site
        Written by: Rob Nelson nelsonj15@csp.edu
        Written: 3/10/17
        Revised: ???
  -->
 </head>
 <body>
<h1>Rob Nelson</h1>

<!-- This is where my photo will be displayed -->
<img src="graphic/myPortrait.jpg" alt="A portrait of myself." />

<hr>
<h1>Professional Goal</h1>
<p>Greetings To All,</p>

<p>My name is Rob Nelosn, and a professional goal of mine is to gradute with my B.S. in Computer Sciences here at Concordia.

我相信这个目标不仅可以丰富我的个人发展,还可以为我提供可以在未来的职业生涯中实施的工具。 我目前正与明尼苏达州圣保罗市的一家非营利组织合作,自从2014年被聘用以来,我已经使用了一些面向计算机的技能。 我希望利用这个项目的技能来支持我的简历,整体工作组合和能力。

<hr>

<h2>Work Experience</h2>

<hr>

<p><strong>New Lens Urban Mentoring Society Saint Paul, Minnesota   08/2014-Current Outreach and Partnership Coordinator</strong>
<br>Recruiting/Retaining Mentors for the program, Office Management, Website development, Social Media Development (Facebook, various blog sites)
</p>

<p><strong>Green Iowa AmeriCorps Dubuque, Iowa  08/2013-08/2014 Marketing Coordinator</strong><br>

维护和管理社交媒体的所有法西斯主义者(Facebook,Instagram,Twitter,每月时事通讯,公司网站)我的工作还包括我们的主要关注点,即家庭能源审计和气候变化。此外,我还参与了教育活动,外展活动和其他志愿者管理项目。     

<p><strong>The Busted Lift Dubuque, Iowa    08/2013-08/2014 Bartender</strong>       <br>

提供饮料,满足顾客到达酒吧时的需求。     

<p><strong>United States Army National Guard    06/2005-06/2009 46QPublic Affairs Specialist Journalist</strong><br>

研究,准备和传播关于陆军人员和活动的新闻稿,文章,基于网络的材料和照片。     

<hr>

<h3>Education</h3>

<p><strong>York Technical College Rock hill, SC 2007 - 2009</strong><br>

以音乐为重点的艺术,GPA:3.6     

<p><strong>Concordia University Saint Paul, MN 2015 - Present</strong><br>

计算机科学专业,GPA:3.54

</p>

<h4>Skills</h4> 

<hr>
<p>

公开演讲:公开演讲101,102
筹款/拨款写作:为Green Iowa AmeriCorps(一个公司的第一个广告牌)写了几笔赠款     写作/编辑:高中创意写作101-110的创意写作4年     商业/企业家:Micro Econ,Macro Econ
    美术/手工艺:音乐史101,艺术理论
    精通Microsoft Word,Power Point和Publisher
    2年执行能源审计和低影响家庭Wearther化的经验     

<hr>


<style type="text/css">

table{
     border:                1px solid black;
     font-family:           times new roman;
     }
     td, th {
     padding:               10px;

     text-align:            center;
     vertical-align:        bottom; 
}    

</div></style>


<table>


<tr>
<td><strong>My Hobbies</strong></td>
<td><strong>My Current Classes</strong></td></tr>

<tr>
<td>Video Games</td><td>Modern Web Design CSC 135</tr>


<tr>
<td>Guitar</td><td>Introduction to Psychology Psy 101</tr>


</table>
</body>

1 个答案:

答案 0 :(得分:0)

错误在于:

<hr>


<style type="text/css">

table{
     border:                1px solid black;
     font-family:           times new roman;
     }
     td, th {
     padding:               10px;

     text-align:            center;
     vertical-align:        bottom; 
}    

</div></style>


<table>

在关闭之前,您有关闭标记</div>是不允许的。另外尝试将你的风格放在头部而不是身体内