Tải bản đầy đủ (.pdf) (7 trang)

html basic tuan11 5507

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (168.07 KB, 7 trang )

HTML BASIC


Contents
Fundamental
HTML elements

Basic HTML Tags

HTML List

HTML Image


FUNDAMENTAL
What is HTML?
HTML is a language for describing web pages.
HTML stands for Hyper Text Markup Language
HTML is not a programming language, it is a
markup language.
A markup language is a set of markup tags.
HTML uses markup tags to describe web
pages.


FUNDAMENTAL
HTML Tags: HTML markup tags are usually
called HTML tags
HTML tags are keywords surrounded by angle
brackets like <html>
HTML tags normally come in pairs like <b> and


</b>
The first tag in a pair is the start tag, the
second tag is the end tag.
Start and end tags are also called opening
tags and closing tags.


FUNDAMENTAL
HTML Document = Web Page
HTML documents describe web pages, it
contain HTML tags and plain text
Structure of the web page:
<html>
<head> information of the web page</head>
<body>
content display on browser
</body>
</html>


HTML Colors
HTML Color Names:
The W3C HTML and CSS standards have listed
only 16 valid color names:
aqua, black, blue, fuchsia, gray, green, lime,
maroon, navy, olive, purple, red, silver, teal,
white, and yellow.


HTML Colors

To change the color scheme of web page you use
Body tag.
VLINK=color>



Tài liệu bạn tìm kiếm đã sẵn sàng tải về

Tải bản đầy đủ ngay
×