外文翻译----HTML教程
《外文翻译----HTML教程》由会员分享,可在线阅读,更多相关《外文翻译----HTML教程(17页珍藏版)》请在毕设资料网上搜索。
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
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文 翻译 html 教程
