Home >Web Front-end >HTML Tutorial >HTML Learning Tutorial 7: The First HTML Template_html/css_WEB-ITnose

HTML Learning Tutorial 7: The First HTML Template_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:48:10960browse

This example combines the usage of various elements in the previous six basic tutorials for your reference

<html><head > <meta charset="utf-8"><style type="text/css">div#container{width:600}p {margin-left: 20px}h1 {color: red}p {color: blue}</style></head><body bgcolor="green"><div id="container"><hr/><a name="tip_top">这是顶部</a><a href="#tips">跳至底部</a><hr/><h4>链接测试</h4><p><img id="s_lg_img" src="http://www.baidu.com/img/bdlogo.png" width="270" height="129" alt="图片无法加载"><a  name="label" href="http://www.qq.com"  target="qq_main"> 在下面内嵌框架中打开腾讯首页</a></p><hr/><h4>内嵌框架<h4/><iframe src="http://www.baidu.com" width="600" height="200" name="qq_main" ></iframe><hr/><h4>表单测试:</h4><form>  <fieldset>    <legend>用户信息</legend>    用户:<input type="text" />    密码:<input type="text" />	<input type="button" value="这是按钮">  </fieldset></form><hr/><h4>格式输出测试:</h4><h1>春晓</h1><pre class="brush:php;toolbar:false">    春眠不觉晓,      处处闻啼鸟。        夜来风雨声,          花落知多少。

表格测试
第一列第二列
row 1, cell 1row 1, cell 2row 1, cell 2
  • 苹果
  • 香蕉
  • 菠萝
row 2, cell 2

列表测试:

  • 咖啡
    • 红茶
    • 绿茶
      • 中国茶
      • 非洲茶
  • 牛奶

这儿是键盘输入字符

This is a paragraph

段落测试


这是
第一段

这是
第二段

链接这是一个图片链接
这是底部跳至顶部有用的提示


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:jQuery scrolling page special effect with loading progress indicator in the header of the page_html/css_WEB-ITnoseNext article:jQuery scrolling page special effect with loading progress indicator in the header of the page_html/css_WEB-ITnose

Related articles

See more