<html> <head> <title>EdsonLin</title> <style type="text/css"> body{ background-color:#d2b48c; margin-left: 20%; margin-right: 20%; border: 2px dotted black; padding: 10px 10px 10px 10px; font-family:sans-serif; } </style> </head> <body> <img src="image/curry.jpg"> <h1>EdsonLin‘s first html file.</h1> <h2>天气</h2> <p id="天气">有点冷<a href="weather/weather.html">Weather</a></p> <h2>时间</h2> <p><time>19:39</time></p> <img src="image/cool.jpg"> <p> <q><strong>千里之行始于足下</strong></q> </p> <strong> 书单: </strong> <ul> <li>C primer</li> <li>C primer plus</li> <li>Head first python></li> <li>Head first html &css></li> <li>算法导论</li> </ul> <code> #include <iostream><br><br> using namespace std;<br> int main(){<br> cout<<"HelloWorld";<br> return 0;<br> }<br> </code> <p> ©2016 EdsonLin </p> </body> </html>
联元素 | 块元素 | void元素 |
q | h1 h2 h3 | br |
time | p | img <img scr=“ ../”> |
a <a href="../"> | blockquote | |
ul | ||
ol | ||
li | ||
code strong |
<元素表>
时间: 2024-10-29 14:14:23