Our 4th assignment for this week is Introduction of HTML.
Do you know what is HTML? HTML is language for describing web pages.
- HTML stands for Hyper Text Markup Language
- HTML is a markup languange
- A markup language is a set of markup tags
- The tags describe document content
- HTML documents contain HTML tags and plain text
- HTML documents are also called we pages
You just need a computer, an Internet browser and a word-processing program such as Microsoft's Notepad or WordPad or MAc's Simple Text to write HTML.
This is the simple example that we had learn
in class and its result in the web page.
The tutorial starts off with definitions for HTML. It then goes on to demonstrate how you can use Microsoft Notepad to create your HTML file. It explains what HTML tags are and how to use some of the basic ones. This tutorial also shows how to display the HTML file in a web browser.
<p> | defines paragraph |
<align> | defines alignment |
<abbr> | defines abbreviation |
<dfn> | defines definition |
<address> | defines contact information for the author/owner of a document |
<blockquote> | defines long quotation |
No comments:
Post a Comment