HTML
This page leads
you through the basics of Hyper Text Markup Language (HTML).
HTML is the building block for web pages. You will learn to use HTML to author an HTML page to display in a web browser.
HTML is the building block for web pages. You will learn to use HTML to author an HTML page to display in a web browser.
Objectives of
this course
1.
Use a text editor to author an HTML document.
2.
Be able to use basic tags to denote paragraphs, emphasis or
special type.
3.
Create hyperlinks to other documents.
4.
Create an email link.
5.
Add images to your document.
6.
Use a table for layout.
7.
Apply colors to your HTML document.
HTML Programming Basics:
HTML Programming Basics:
You will need a text editor, such as Notepad and an
Internet browser, such as Internet Explorer or chrome, Mozilla Firefox etc.
What is Notepad and where do I get it?
Notepad is the default Windows text editor. On most
Windows systems, click your Start button and choose Programs Then Accessories.
It should be a little blue notebook icon.
Mac Users:
SimpleText is the default text editor on the Mac. In
OSX use Text Edit and change the following preferences: Select (in the
preferences window) Plain text instead of Rich text and then select Ignore rich
text commands in HTML files. This is very important because if you don't do
this HTML codes probably won't work.
One
thing you should avoid using is a word processor (like Microsoft Word) for
authoring your HTML documents.
What is an html File?
HTML is a file format that tells a
computer how to display a web page. The documents themselves are plain text
files with special "tags" or codes that a web browser uses to
interpret and display information on your computer screen.
0 Comments