html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<body>
<img
src="IMG-20250130-WA0002.jpg"
width=400 height=250>
<h1><b><i>"women"</i></b></h1>
<p>I am not part of the world. The world exists in me. If they ask me who you are, I will answer: I am the woman</p>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
background:pink;
p{
color:purple;
font-size:30; }
h1{ color:black;
font-size:50;
text-align:center; }
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run