Mga Kabuuang Pageview

Sabado, Hulyo 9, 2011

I Remember. about HTML - Basics

This blog will explore some of the fundamental concepts of the hypertext markup language in making a web course. It will cover some of the basic tools used in web page development including WSYIWYG (what you see is what you get) editors. The class will review the basic structure of a web course, and implement some of these elements in HTML by creating a web page with graphical elements, tables, and other common features frequently used in developing a Web-based course.

In HTML Document, it have some basics like HTML - Hypertext Markup Language, ELEMENT - A fundamental component of the structure of a text document, TAGS - HTML codes used to define elements. Every HTML page has one at the top and one at the bottom of the page. This command tells your browser that the file contains HTML - coded information. HEAD stands for section lists information and always comes before the BODY section. BODY stands to control the document style in the BODY tag with commands and contains information that will be viewed including background, font type, sizes, etc. It also have an common tags like Paragraphs:

Text in paragraph

Alignment controlled with the align command. Note for this the closing tag

may be omitted. However, I consider it bad style. And the Breakrule:
This command enters a new line in the text. For the three types of list. Unordered lists
    Elements of list
makes a bulleted list like the one on this page. Ordered lists
    Elements of list
makes a numbered list by default. Can be changed to other type with the TYPE command. Definition List
List elements
makes a definition list. This item is generally indented by most web browsers.

Walang komento:

Mag-post ng isang Komento