Web学习 第二天作业 做一个在线简历

做一个在线简历


<html lang="en">
<head>
  <meta charset="UTF-8">
  <link rel="stylesheet" href="/style.css">
  <title>简历title>
head>
<body>
  <div class="tit">
    <h1>简历h1>
  div>
  <div class="bod">
    <h5>姓名:xxxh5>
    <ul>
      <h5>项目经验h5>
      <li>A项目:xxxxxxxli>
      <li>B项目:xxxxxxxli>
      <li>C项目:xxxxxxxli>
    ul>
  div>
body>
html>
.tit {
  width: 800px;
  margin: 0 auto;
}
.bod {
  width: 800px;
  margin: 0 auto;
}

你可能感兴趣的:(Freshman丶前端学习)