xml and css help

admin

Administrator
Staff member
OK, check this out:
Write an XML file that will have the following sections: (Resume). The file must follow the following css file that goes with the xml file.

object
{display:block;margin-top:12pt; font-size:10pt}

title
{display:block; font-size:12ptfont-weight:bold;font-style:italic}

item
{display:block;margin-left:15pt; font-weight:bold}

year
{display:block;margin-left:15pt}

call the file resume.css

[1]. Personal: name, age, mail address, phone #, major, rank, and email.
[2]. Education: name of high school, current College of Business
[3]. Experience
[4]. Honors received
[5]. References
[6]. Publications
[7]. Major Accomplishments
[8]. Save the file to your floppy disk and call it resume.xml



Here is my question: I am not sure how the .css file's object, title, item, year.....relates to the other numbered[1-7] items on the xml. I have each css and xml written allready, but I am not sure what the "object" in the css goes with in the xml file?
 
Back
Top