Head FIRST HTML & CSS 16/3/11

Posted iEdson

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Head FIRST HTML & CSS 16/3/11相关的知识,希望对你有一定的参考价值。

<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 &lt;iostream&gt<br><br>
            using namespace std;<br>
            int main(){<br>
            &nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;"HelloWorld";<br>
            &nbsp;&nbsp;&nbsp;&nbsp;return 0;<br>
            }<br>
                            

        </code>
        <p>
            &copy;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         

                                                      <元素表>       

 

                                                                        

以上是关于Head FIRST HTML & CSS 16/3/11的主要内容,如果未能解决你的问题,请参考以下文章

《Head First HTML&CSS》笔记

阅读《Head First HTML 与CSS》的第四天

Head First HTML与CSS — 布局与定位

Head First HTML与CSS — 为你的页面加图像

《Head First Servlets & JSP》-1-前言

Head First Servlet&JSP(beta版)