Make a Website UNIT 2


Introduction

Web pages are created using HTML and CSS.
  • HTML is used to write a web page's content.
  • CSS is used to define the design and layout of the page.
The HTML to the right never changes. The same HTML file is styled three different ways by using three different CSS files. All the visual differences in color, font, and where elements are arranged on the page are a result of CSS.

介紹
使用HTML和CSS創建網頁。

HTML是用來編寫網頁的內容。
CSS被用來定義網頁的設計和佈局。
在右圖中,HTML語法皆是固定。相同的HTML文件是通過使用三種不同的CSS語法呈現三種不同的方式的風格。在顏色,字體中所有視覺上的差異,並且其中元件被佈置在頁面上是CSS語法所造成的結果。

A web page is a collection of HTML elements. CSS is used to control the appearance of an HTML element.
The code to the right specifies that h1 elements be colored red. This code is called a CSS rule.

Comments

Popular posts from this blog

MEGA 暫存檔案刪除

IOS GCD多執行緒

利用CMD指令強制刪除