2021年3月13日星期六

HTML script text align/ border

I have to script this HTML. As you can see I coded but it's not the same layout. can someone help me?

The question: enter image description here

And this is my output for it:

enter image description here

The code:

<! DOCTYPE Html>  <html>  <head><title>example2</title></head>     <body>     <h3 style="border-style: solid; width: 5%; text-align: top-center; float: center;"> YUCW</h3>           <p style="text-align:left; border-bottom-style: solid;">      MIS 343      <span style="float:right;">         principles of e-commerce           <p style="text-align:left; border-bottom-style: solid;">      Name: <i>Riyam</i>      <span style="float:right;">         midterm marks 24/25                </span>  </p>    <p style="text-align:left;">      Specialization : <i > MIS</i>      <span style="float:right;">        final marks 32/35                </span>  </p>     </body>  </html>
https://stackoverflow.com/questions/66612570/html-script-text-align-border March 13, 2021 at 06:47PM

没有评论:

发表评论