给里面的照片不起名字怎么办
```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {

textalign: center;
}
.photocontainer {
textalign: center;
margintop: 50px;
}
.photo {
maxwidth: 80%;
height: auto;
}
未命名照片
```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {
textalign: center;
}
.photocontainer {
textalign: center;
margintop: 50px;
}
.photo {
maxwidth: 80%;
height: auto;
}