Introduction to HTML+ Hypertext makup language – ngôn ngữ hiển thị siêu văn bản + là ngôn ngữ cơ bản nhất để xây dựng 1 trang web... Use heading tag Introduction to HTML Introduction
Trang 1Profile
Full Name : Lê Anh Trường
Mobile : 0983968209
Trang 2Progaming language for web
• Asp.net
• Java
• Vb.net
Trang 3Introduction to HTML
+ Hypertext makup language – ngôn
ngữ hiển thị siêu văn bản + là ngôn ngữ cơ bản nhất để
xây dựng 1 trang web.
Trang 4• Firefox
• Chrome
• Microsoft's Internet Explorer
• Opera
• Flock
•
Trang 5• Notepad
• Notepad++
• Dreamweaver
Trang 6Online Reference
Trang 7HTML syntax:
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<title> Welcome to HTML </title>
</head>
<body>
<p>My first HTML document</p>
</body>
</html>
Trang 9Use heading tag
<HTML>
<HEAD>
<TITLE>Introduction to HTML</TITLE>
</HEAD>
<H1>Introduction to HTML</H1>
<H2>Introduction to HTML</H2>
<H3>Introduction to HTML</H3>
<H4>Introduction to HTML</H4>
<H5>Introduction to HTML</H5>
<H6>Introduction to HTML</H6>
</HTML>
Trang 10USING Headings
Trang 11Formatting Tags
• <B> </B>
• <I> </I>
• <U> </U>
• <SUP> </SUP>
• <SUB> </SUB>
Trang 12Anchor Tag <a>
• The syntax of HREF is :
<A href=“http://google.com.vn”> Hypertext </A>
Trang 13Using tag <a>