headfirst html css(1)(2)

第一个程序

<html>
<head>
    <title>Starbuzz Coffee Beverages</title>
    <style>
    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>
        <h1>Starbuzz Coffee Beverages</h1>
        <h2>House Blend,$1.49</h2>
        <p>A smooth,milm blend of coffee from Mexico,Bolivia and Guatemala.</p>


        <h2>Mocha Cafe Latte,$2.35</h2>
        <p>Espresso,steamed milk and chocolate syrup.</p>

        <h2>Cappuccino,$1.89</h2>
        <p>A mixture of espresso,steamed milk and foam.</p>

        <h2>Chai Tea,$1.85</h2>
        <p>A spicy drink made with black tea,spices,milk and honey.</p>
</body>
</html>

效果:

Paste_Image.png
  1. 没有使用编辑器软件,用的MAC自带的文本编辑。
    要在偏好设置中设置为“纯文本”。
    并且在编辑中关闭“智能引号”功能。

第二章(主要讲的图片及超链接的引入方式)

<html>
  <head>
    <title>Head First Lounge</title>
  </head>
  <body>
    <h1>Welcome to the New and Improved Head First Lounge</h1>
    <a href="directions.html"><img src="2/drinks.gif"></a>
    <p>
      Join us any evening for refreshing elixirs, 
    refreshing <a href="1/elixir.html">elixirs</a>,
      conversation and maybe a game or two of 
      <em>Dance Dance Revolution</em>.  
      Wireless access is always provided;  
      BYOWS (Bring Your Own Web Server).
    </p>
    <h2>Directions</h2>
    <p>
      You'll find us right in the center 
      of downtown Webville.
    If you need help finding us,check our
    <a href="1/directions.html">detailed directions</a>
      Come join us!
    </p>
  </body>
</html>

一个例子就可以说明:

<a href="directions.html"><img src="2/drinks.gif"></a>

效果为点击图片,就可以打开连接。
被夹在a 和/a之间的内容的变为链接。

相对路径:

为了找到html文件和图片。以你所在的文件的视角寻找目标。

../drinks.gif

".."表示去上一层路径。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 10,083评论 0 23
  • 夜 照亮了天空 星 划破了苍穹 一切都闪着亮光 指引着方向 风 轻抚了脸庞 雨 浇灌了内心 一切都刺着寒冷 指引着...
    划一座城池阅读 138评论 0 1
  • 古人常说读万卷书,行万里路。总觉得身心总得有一个保持在路上。 也许对旅行无感的朋友会说去那么多地方,...
    这故事未完待续阅读 218评论 0 2
  • 遇你是我注定的灾难 途经嫣红牵引的指南 玫瑰无心伤了河畔 噢,就在你的花园 连星河也碎了 漫天星辰爱你至黄昏的时间...
    治百病的草阅读 118评论 0 2
  • 玉兔偷花花窃酒, 春江映月月敲楼。 将军醉卧河边骨, 又梦江南青杏羞。
    七炩阅读 479评论 2 49