You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project
Web development
Task 1-
Personal Portfolio Website
Create a personal portfolio showcasing your skills,projects, and resume. Use HTML for structure, CSS for styling, and add a touch of JavaScript for interactivity.
Html code:-
Project
<title>Personal Portfolio</title>Web development
Task 1-
Personal Portfolio Website
Create a personal portfolio showcasing your skills,projects, and resume. Use HTML for structure, CSS for styling, and add a touch of JavaScript for interactivity.
Html code:-
Your Name
About Me
Brief introduction about yourself.
src="scripts.js"></script>
CSS code:- body { font-family: Arial, sans-serif; margin: 0; padding: 0; }header {
background-color: #333;
color: white;
padding: 1em 0;
text-align: center;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin: 0 1em;
}
nav ul li a {
color: white;
text-decoration: none;
}
section {
padding: 2em;
}
.project {
border: 1px solid #ccc;
margin: 1em 0;
<title>Expense Tracker</title>padding: 1em;
}
JavaScript.js:-
document.addEventListener('DOMContentLoaded', () => {
// Add any interactivity you want here
}
);
Task 2:-
Html code:-
Expense Tracker
script>
CSS code:- body { font-family: Arial, sans-serif; margin: 0; padding: 0; text-align: center; }header {
background-color: #333;
color: white;
padding: 1em 0;
}
form {
margin: 2em 0;
}
input {
margin: 0.5em;
}
ul {
list-style-type: none;
padding: 0;
}
li {
border: 1px solid #ccc;
margin: 0.
5em 0;
padding: 0.5em;
}
Javascript.js:-
document.addEventListener('DOMContentLoaded', () => {
const form = document.getElementById('expense-form');
const expenseList = document.getElementById('expense-list');
st.appendChild(li);
<title>Social Media Dashboard</title>});
}
}
});
Task 3:-
Social Media Dashboard
header {
background-color: #333;
color: white;
padding: 1em 0;
}
section {
margin: 2em 0;
}
button {
padding: 1em;
background-color: #007bff;
color: white;
border: none;
cursor: pointer;
}
button:hover {
ba
ckground-color: #0056b3;
}
Javascript.js:-
document.addEventListener('DOMContentLoaded', () => {
const loginButton = document.getElementById('login-button');
const loginSection = document.getElementById('login');
const dashboardSection = document.getElementById('dashboard');
The text was updated successfully, but these errors were encountered: