MATH102
Mumbai University
Here are the best resources to pass MATH102. Find MATH102 study guides, notes, assignments, and much more.
All 1 results
Sort by:
-
Class notes
Class notes CODING
-
---1December 20242024/2025
- HTML & CSS Notes 
1. Introduction to HTML 
Definition: HTML is the standard markup language for creating web pages. 
Basic Structure: 
html 
Copy code 
<!DOCTYPE html> 
<html> 
<head> 
 <title>Page Title</title> 
</head> 
<body> 
 <h1>Heading</h1> 
 <p>This is a paragraph.</p> 
</body> 
</html> 
Common Elements: 
Headings: <h1>, <h2>, <h3> (levels 1-6) 
Paragraphs: <p> 
Links: <a hre...
-
$11.79 More Info
manthanballa08