HTML5,Javascript,and jQuery 24-Hour Trainer(2)——一些简单的tag


<html lang="en">
<head>
    <meta charset = "utf-8">
    <title>
        Sugar's page
    title>
head> 
<body>
    <h1>This is the first headerh1>  
    <p>
    This is a paragraphs.               
    <br>                                
    This is a next line
    <br>
    Hi!
    p>
    <blockquote>>                       
    It' a lone life.
    <cite>By sugarcite>               
    blockquote>
    <p>Click me <a href="2.html">herea> to view a pagep>    
    <p><a href="http://www.baidu.com">百度a>p>                
    <p>
    <img src='1.jpg' title="a text" width="200">                
    p>
    <p>
    <a href="http://www.baidu.com"><img src='1.jpg' width="200"/>a> 
    p>
body>
html>

输出效果:

HTML5,Javascript,and jQuery 24-Hour Trainer(2)——一些简单的tag_第1张图片

你可能感兴趣的:(JavaScript)