• Html学习_简易个人网页制作


    应用学到的内容,制作简易个人网页

     1 <!DOCTYPE html>
     2 <html>
     3     <head>
     4         <title>Jane.liu</title>
     5     </head>
     6     <body>
     7     <img src="http://static.yyq.cn/static/star/9/b8/9b8d001df3b93ffc8250fc8cd58bdf44_180.jpg"></img>
     8     <p style="font-size:25px; font-family:Arial">I'm 23 years old girl,both in Hunan.Loudi</p>
     9     <ul>
    10         <li style="color:red; font-family:Arial; font-size:20px">Interests</li>
    11             <ol>
    12                 <li>Listening to <strong>Music</strong></li>
    13                 <li>Paly Volleyball</li>
    14                 <li>Enjoy Reading</li>
    15             </ol>
    16         <li style="color:red; font-family:Arial; font-size:20px">Jobs</li>
    17             <ul>
    18                 <li>Software <strong>Testing</strong></li>  <!--This is my first job until now-->
    19             </ul>
    20         <li style="color:red; font-family:Arial; font-size:20px">Favorite Quotes</li>
    21             <ol>
    22                 <li>Where there is a way. there is a will</li>
    23                 <li>A man know his companion in a long journey and little inn</li>
    24             </ol>
    25         <li style="color:red; font-family:Arial; font-size:20px">Where I've Lived</li>
    26             <ul><li>Now I'm lived in <em>Hunan.ChangSha</em></li></ul>
    27     </ul>
    28     </body>
    29 </html>
  • 相关阅读:
    3.数据库分类
    2.Oracle数据库安装教程
    1.Oracle数据库简介
    MySQL最全存储引擎、索引使用及SQL优化的实践
    大数据各个工具随笔
    初入Shell
    第4章 DDL数据定义
    第3章 Hive数据类型
    第2章 Hive安装
    MySQL 创建数据库
  • 原文地址:https://www.cnblogs.com/liutong3310/p/3741691.html
Copyright © 2020-2023  润新知