In this ‘hands-on’ module we will be building our first web page in no time.

We just need to quickly cover a couple of points beforehand to help get our feet on the ground.

The three ways you can build a web page

1. Use a pre-made template: WHAT IS A WEB DESIGN TEMPLATE?

A web site design template is a pre-made website design template which can be customized to reflect your company’s branding.

Website design templates can be found in various formats like Photoshop and HTML.

Many times, these templates are compatible with HTML editors like GoLive, FrontPage, and Dreamweaver.

Web site templates can be very useful;

they can be used by experienced web designers to ‘jump-start’ the creation of a website.

They are also a way for people to put out great-looking web sites quickly with little or no knowledge of HTML and web design.

2. Use an HTML editor like NetObjects Fusion or Dreamweaver:

HTML editors make building web pages feel like (to a certain extent程度) creating a document in Microsoft Word … it’s made pretty easy.

But the downside is that you lose a certain amount of control of what you’re doing and in some cases become dependent on the program.

3. Hand-code your HTML in a text editor like Notepad:

That means you type in the HTML code yourself.

This is the approach we are going to use here, because it’s the quickest way to learn how to build web pages, and it is arguably the best way because you have the most control over what you’re doing.

Ok, now that we know the advantages of hand-coding web pages, let’s jump into just the bare minimum of theory, then we will build our first web page!

What are HTML tags?

HTML tags are specifically formatted text that creates ‘markers’ for web browser to read and interpret解释,理解.

These ‘markers’ tell the web browser what and how to display things on the web page.

Tags are placed in and around text and images (text and images are some of the ‘things’) that you want to have appear in your web pages.

HTML has a whole bunch of tags (just like the alphabet has a whole bunch of letters) that the web designer can use to build web pages.

As mentioned above, tags have a specific structure so that when the browser is reading an HTML page, it knows the tags from the normal text.

Tags are typically words or abbreviations of words placed between angled brackets.

So for example: to make text bold, HTML has the ‘bold’ tag that looks like this:

<b>This text will be bolded</b>

Another commonly used tag is the paragraph tag:

This is a paragraph of text.

最新文章

  1. GIT学习
  2. Quartz2D 编程指南(三)渐变、透明层 、数据管理
  3. JavaWeb前端:JQuery
  4. 使用angularjs定义html中的属性ng-attr-(suffix)
  5. 开源YYKit-b
  6. [数据结构]Treap简介
  7. HTML表单属性集合
  8. CCNA -OSI七层模型
  9. docker学习系列(三):docker镜像的分层结构
  10. 【一天一道LeetCode】#88. Merge Sorted Array
  11. Go语言系列(六)- 接口和反射
  12. Linux根据名字搜索
  13. 服务器出现大量的127.0.0.1:3306 TIME_WAIT连接 解决方法 [转载]
  14. &lt;转载&gt; 22种代码味道(Martin Fowler与Kent Beck) http://blog.csdn.net/lovelion/article/details/9301691
  15. 简单理解IoC与DI
  16. python net-snmp使用
  17. 在MySQL或者SQLServer中,添加对象后自动返回主键到对象模型中的配置方式
  18. 对象的notify方法的含义和对象锁释放的三种情况
  19. Web服务器与浏览器的实现原理
  20. 【刷题】洛谷 P4142 洞穴遇险

热门文章

  1. 微信小程序微信支付的一些坑
  2. java 对象 拆箱装箱 编译和反编译的验证
  3. #error 、 #line 和 #pragma 的使用
  4. 题解 LNOI2014 LCA
  5. flume 读取kafka 数据
  6. SCN 时间戳的相互转换
  7. NSURLConnection和NSRunLoop
  8. MFC,C++,VC++,VS2010 之间究竟是什么关系
  9. 36.创建自定义的指令directive
  10. AppManager类,管理Activity和App