Computer Science, asked by saryka, 3 months ago

Write xml coding and CSS coding for the output in attachment.​

Attachments:

Answers

Answered by Anonymous
128

Answer:

<?xml version = "1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/css" href="brainly.css"?>

<System id="1">

<Name>Motherboard</Name>

<Company>ASUS</Company>

<Part>P3B-F</Part>

<Price>12300.00</Price>

</System>

<System id="2">

<Name>Video Card</Name>

<Company>ATI</Company>

<Part>All-in-Wonder Pro</Part>

<Price>1600.00</Price>

</System>

<System id = "3">

<Name>Sound Card</Name>

<Company>Creative Labs</Company>

<Part>Soud Blaster Live</Part>

<Price>800.00</Price>

</System>

<System id = "4">

<Name>17 inch Monitor</Name>

<Company>LG Electronics</Company>

<Part>995E</Part>

<Price>22900.00</Price>

</System>

CSS:

brainly.css

important

{

margin:2px;

}

Name,Company,Part,Price

{

Display:block;

margin-bottom:10px;

}

Name

{

color:blue;

margin-top:2px;

font-family:Times new roman;

}

Company

{

color:brown;

}

Part

{

color:green;

}

Price

{

color:red;

}

Attachments:
Similar questions