👤

Am nevoie de ajutor !!! Ofer coroana!

Nu știu cum sa pun imaginile in acest mod cum este dat in exemplu si îmi trebuie urgent!!!
Îmi trebuie in limbaj HTML In Note Pad


Am Nevoie De Ajutor Ofer CoroanaNu Știu Cum Sa Pun Imaginile In Acest Mod Cum Este Dat In Exemplu Si Îmi Trebuie UrgentÎmi Trebuie In Limbaj HTML In Note Pad class=

Răspuns :

<html>

<head>

 <title>...</title>

                <style>

                    .right{

                         align-items: right;

                         position: fixed;

                    }

                    .normal{

                         position: fixed;

                     }

                </style>

</head>

<body>

 <div class="normal">

                        <img scr="xxx.jpg">

                        <img scr="xxx.jpg">

                        <img scr="xxx.jpg">

              </div>

              <div class="right">

                        <img scr="xxx.jpg">

                        <img scr="xxx.jpg">

                        <img scr="xxx.jpg">

              </div>

</body>

</html>