欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOC文档下载
    分享到微信 分享到微博 分享到QQ空间

    外文翻译----HTML教程

    • 资源ID:130495       资源大小:85KB        全文页数:17页
    • 资源格式: DOC        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    外文翻译----HTML教程

    1、 外文原稿一 HTML Tutorial - Preface 作者: Three topper L Merrily. 国籍: USA 出处: butt:/wow.Weeper 原文正文: HTML is one of the easiest languages to learn.This tutorial will explain how to write HTML Weepies, what HTML is, and how to program in HTML.HTML stands for Hypertext Markup Language.The only use for HTML

    2、is for writing Web pages.A Web page is really a program, only a very simple one.What is easy about HTML is that: 1.There is no couple to make and easy to fix. To use HTML, you can of course use an HTML wizard program which would defeat the whole purpose of this tutorial, or you can use a simple text

    3、 editor, save the text as an .hum file (or .HTML for a Mailing, and 2.It is simple coding only.There are no functions, loops.Bugs are almost impose ), and view it with your , such as Newscast or Microcode Internet Explorer. This tutorial is being written in ordinary Notepad, so you dont need anythin

    4、g special. If you do not already have a Web browse, you can download: Newscast at wow.N MSIE at wow.M Before anything, HTML is written in tags. Tags are like the command words that make up the language. A tag is written like this: .An example tag would be , , , and others. The entire code is made up

    5、 mostly of tags, tags tell the Web page what to do. Sometimes a tag starts something, like for instance will make all the text after it turn bold. Or will make anything after it become the title. But in some instances, like section tags, you will need to end a tag. For example, say you use a tag bef

    6、ore a text. Thats all fine and well, but everything after the bold tag will become bold. The entire page. You may only want to make one world bold. Therefore you must end a tag which will stop its actions. To stop a tag you use this format: For example: This is bold! This isnt! Youll learn more abou

    7、t other tags in the chapters to come. One good thing about HTML is that it always follows one layout. The following layout is an entire HTML Web page: This is the Title! Welcome to my Web-Page! This is the basic code, called a skeleton layout. You should always start your HTML code in that way. Now

    8、lets explain some of the tags. The tags you saw in the example are used only once usually. Here is just an explanation of the layout tags. Each tag in the skeleton layout starts or ends a section. A section in HTML declares when a certain part of the HTML code is beginning. - Starts the HTML section

    9、.(Begins the page) - Starts the Header section. This is the Title! - Starts (and ends) the title section. - Starts the Body section.(Main part of page) - Ends the Body section. - Ends the page. The HTML section contains the entire code.The Header section contains the Title section, and some other st

    10、uff.The title section contains the text that goes in the title bar at the top of the browse window, like Welcome to My Page! -Newscast. The body section is the main part of the page that contains all the text that appears in the page. HTML Tutorial - Chapter 2 Body Attributes The Body tag has more t

    11、o it than just .The tag also controls the color of the page text, the background of the page, and others.An attribute to any tag (in this instance, it will be the tag) is an extra keyword that can be set inside the tag that allows for certain things to be set. To set a body attribute, like the backg

    12、round of the page, you simply include the option in the tag and what it is set to. Example: There are a few body attributes that you will learn for now.Background, text, link, and active link. The Background is controlled with either BGCOLOR=color or BACKGROUND=butt:/ If the Background you want is a

    13、 solid color, like black, blue, white, red, etc, you use the BGCOLOR option.BGCOLOR accepts BGCOLOR=blue (a color name), or BGCOLOR=Hexadecimal number. A Hex number can do more variant colors, such as gold, turquoise, navy blue, and most other colors, while just typing a color name like blue or whit

    14、e is limited to simple colors.A few simple colors are blue, white, black, green, yellow, orange.Mostly first, secondary, and tertiary colors.The BACKGROUND option is for if you want to use a picture as a background.You must use the URL of the picture, like: Graphics in any Web page must be in either

    15、 GIF (.gig) or JPEG (.jog) format.The next option is text.Text is the color of all normal text in the page.It follows this format: text=color or text=hexnumber. This follows the same routine as in Background; a color name will accept simple colors, a hex number can do more exotic colors. The next op

    16、tion is link.This is the color of all links on the page.Its format is the same as the text option. The next is Blink.This is the color of a link that is being clicked on.For example, if there is a link to wow.M and you click on it, until you let go, that link will turn to the Blink color.It follows

    17、the same format as the text option. The last option you will learn is blink.blink sets the color of all links that have been visited in the past.It follows the same format as the text option. NOTE: If you leave out an option in the Body tag, it will be set to a default color. HTML Tutorial - Chapter 3 Text Tags Now that youve learned body options, you can now learn how to add text to the body section, and how to make it look Funny! Before, you learned a little about tags and how they work.Tags are important to text because they can


    注意事项

    本文(外文翻译----HTML教程)为本站会员(泛舟)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583