Page No. Cl- write a poogdam using HTML with following IT Assingment-1 | Specification O Display heading 'In formation Technology assingment" in bighest level with center aligomen't and display a bošizontal line after heading © Display your name in highlighted foomat standard las 12th and email Id with italic and underline effect. © Insest one image in wat alternate text. This page must be connected to other page with propeo navigation link
Answers
Answered by
0
The background colour of the company name should be in green.
The text colour of the company name should be red.
The heading should be large –with font ''comic sans ms''
The description of the company should be displayed in blue color in a paragraph.
Answer:-
Note: In this question, They had not mentioned that which css use. Like internal css, inline css or external css. So here we can use any of them. Then inline css is most easy type of css. Here we will create this program using Inline CSS.
Program :
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h1 style="font-family: comic sans ms;">This is large Heading with font "comic sans ms"</h1>
<p style="background-color: green; color: red">Company Name : XYZ Corporate Comoany</p>
<p style="color: blue " >Description : Write any description you want here</p>
</body>
</html>
Output:
Similar questions
Math,
2 hours ago
Math,
2 hours ago
Math,
4 hours ago
Social Sciences,
4 hours ago
Social Sciences,
8 months ago
Math,
8 months ago