文档详情

毕业论文外文翻译HTML教程_精品.doc

发布:2018-04-04约1.58万字共14页下载文档
文本预览下载声明
外文原稿一 HTML Tutorial 作者:Chris topper L Merrily. 国籍:USA 出处:butt://wow.Webper formanceinc.tom/ 原文正文:HTML Tutorial - Chapter 5 Linking Pages If you want to have multiple pages, or want to link to a favourite site of yours, you must place a link in your page.A link is easy to do: a ref=butt://dressClick here to go!/a Anything between the a ref tag and the /a tag becomes a link.When you click on a link, it takes you to the page.Here are some examples: pa ref=butt://wow.yahoo.tomYahoo!/a pa ref=butt://members.tripod.tom/~mach8Cool page!/a Note: In the address part of a ref, the butt:// is required unless you are linking to a page on your site.If you have a page called my hobbies.HTML in your Web page directory, you can do something like a ref=hobbies.HTMLMy Hobbies!/a The following will not work: a ref=wow.yahoo.tomYahoo?/a The same goes for linking pictures in chapter 4 You can make pictures link to sites as well: pa ref=butt://wow.somesite.tom/apage.HTMLimp sec=apicture.gig Some brothers automatically place a border around images that are links.To disable this, put border=0 in the tag. HTML Tutorial - Chapter 6 Tables Tables are effective in making graphical or text presentations look sharp.It can nicely organize a list of data.They form boxes around whatever you want and can split into smaller sections, called cells. To start a table you begin with a tagtable.table declares a few things about the table.The things are defined by using them as options in the tag.For example,table width=4 height=3 wellspring=4 cell padding=5 border=3 In a table a cell is a square in the table that contains HTML code that is confined to that small square. NOTE: The cell size is determined by whats in it.If you have Hi! the cell will be small.If you have the entire Constitution, it will be a tad bit longer. Width declares how many cells wide the table is.Height declares how many cells tall the table is.wellspring is how much space is between cells, and cell padding is how thick the sp
显示全部
相似文档