麻烦老师检查一下
来源:2-5 编程练习
木子小可爱
2019-08-18 16:51:26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IMOOC</title>
<link rel="stylesheet" href="CSS/imooc1.css">
</head>
<body>
<section class="main">
<aside>
<h1>Recent <samp>Course</samp></h1>
<dl>
<dt>Hyper Text Markup Language</dt>
<dd>1</dd>
<dd>HTML is the standard markup language used to create<br/> web pages and its elements form the buiding blocks of <br/>all websites.</dd>
</dl>
<dl>
<dt>Cascading Style Sheets</dt>
<dd>2</dd>
<dd>Cascading Style Sheets(CSS) is a simple mechanism for<br/> adding style (e.g.,fonts, colors ,spacing) to Web<br/> documents. </dd>
</dl>
<dl>
<dt>JavaScript</dt>
<dd>3</dd>
<dd>JavaScript is a high -level ,dynamic ,untyped, and<br/> interpreted programming language.</dd>
</dl>
<dl>
<dt>Angualar JS</dt>
<dd>4</dd>
<dd>AngularJS is an open-suource web appication framework<br/> mainly maintained by Google and by a community of individuals and...</dd>
</dl>
</aside>
<article>
<h1>Welcome to <samp>Massive Open Oline Course!</samp></h1>
<p>We provided thelatst knowledge to help you cope with the changing world!</p>
<img src="http://climg.mukewang.com/582e61180001ede703300130.jpg">
<p>We hope that all the students who loce the Internet can be more convenient access to learning resources, using<br/> the Internet our learning.</p>
<p>Focus On IT skills education MOOC, consistent with the development trend of the Internet down to earth's MOOC.<br/> We are free, we can only teach useful, We only teach useful,We concentrate on education.</p>
<p></p>
<p></p>
</article>
</section>
</body>
</html>
1回答
好帮手慕码
2019-08-18
同学你好!
使用编辑器中提供的css代码测试大致效果是实现了的,但是有一些没有实现:
建议同学粘贴同学的css代码过来测试哦,或者是同学可以在此基础上再优化一下。
如果帮助到了你,欢迎采纳,祝学习愉快~
相似问题