Posts

Showing posts from January, 2024

MOST IMPORTANT FULL FORMS 2024

Image
  https://youtube.com/shorts/I-BdL4eaCyQ?si=nsKr_BiL_l78-KvT https://youtube.com/shorts/I-BdL4eaCyQ?si=nsKr_BiL_l78-KvT

CASCADING STYLE SHEET 16 jan 2024

  Q 1. "CSS is the most popular choice for the web developers these days". Write any four advantages of CSS.                                [2] Q2. . Write the equivalent inline CSS for the following HTML tag. a.        <body bgcolor=”green”> b.       <img src=”me.jpg” height=20 width=30>   OR   a. Write an external CSS code snippet to set all four margins of the body tag with 5px each.   b. Write an inline CSS code to set the background color for the first level heading as 'green'          containing the text "My CA Exam". Q3. Ronaldo, a web designer in a start-up company, wants to give headings in a webpage through tag. Additionally, he wants to implement following styles on all the tag of the same w...