انت هنا الان : شبكة جامعة بابل > موقع الكلية > نظام التعليم الالكتروني > مشاهدة المحاضرة

HTML Attributes and Table Tags

الكلية كلية تكنولوجيا المعلومات     القسم قسم شبكات المعلومات     المرحلة 2
أستاذ المادة حيدر محمد حبيب الخميس       10/23/2011 7:58:31 PM
Lecturer Title:
HTML Attributes, Definition and using

Objectives:
• Define HTML attribute.
• Apply HTML attribute in HTML tags.
• Classify HTML attributes.
• Distinguish the default value of attribute.
• Locate a text on the web page.
• Apply HTML Color Systems.
• Convert colors between RGB and Hexadecimal.
• Determine a specific font by HTML elements.
• Prove deprecated and obsolete elements.
• Design table by using HTML table tags.

My dear students,
Find the complete Lecture by clicking on pdf icon above, also you can send any question by using a messenger icon above.
Regards
Haider M. Habeeb

Selections:
HTML Attributes

Attributes are another important part of HTML markup. An attribute is used to define the characteristics of an element and is placed inside the element’s opening tag. The attributes use to amplify the element. It means when a web browser interprets tags, it will also search for set attributes and then display the element (tags+attributes) completeness. At some point you may want to give your body element a background color or change the width of a table. All of these things and more can be achieved using Attributes.

Attribute Defaults
Many tags are assigned default attributes. This means that unless a tag attribute is specified by you, it will have some distinct attributes. For example, a paragraph tag will always align its text to the left unless it has an align attribute in it specifying otherwise. Also elements placed within a table are vertically centered and to the left unless otherwise specified. As you code and learn about each of the different HTML elements, you will become aware of many of these defaults.

Generic Attributes
Attributes exist to modify HTML tags allowing for complete customization of a website. Here s a table of some other attributes that are readily usable with many of HTML s tags.

Create a Simple Table
Tables are not difficult to understand or build. They can become quite complex, but the basic concept is easy. If you just keep in mind the idea of a spreadsheet, most of the structure of a table will be demystified. Tables are merely structures in which information (or parts of a Web page) is presented in rows and columns. Each individual segment of a table is called a cell; for example, row one, column one represents one cell; row two, column one is another; and so on. Thinking in terms of rows and columns might be confusing, though. The best way to understand how tables work is to create one as showing in the following code.

المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .