Posts

Showing posts from March, 2023

Q.8 Program (HTML and JavaScript) ---->10 Marks

 Q.8 HTML and JAVASCRIPT Program 1) Write Html5 code with CSS as follows -  1.     The background colour of the company name should be in  green.   2. The text colour of the company name should be red.   3. The heading should be large  with font ''comic sans ms''   4. The description of the company should be displayed in blue color in a paragraph.    2) Write Html5 code with CSS as  follows-   1. To create form to accept name,age, email address,from the user.   2. Create a submit button to send the data.   3. The heading of the form should have a background colour and a different font style.   3) Write Html5 code with CSS as follows-   1. Create ordered list with names of tourist Cities.   2. Create unordered list with tourist places of those cities.   3...