Currently, I am enrolled in an online HTML course through my local community college, and I must say, it's quite challenging.
"For your upcoming assignment, you are required to construct an HTML document incorporating the div element to feature your favorite movie. This will involve inputting the movie title, release year, the main actor/actress along with their character's name. The div element should be displayed on the right-hand side of the page. Refer to the example below for guidance on the structure your .html file should follow.
This is the code I have managed to put together thus far. I require some assistance with figuring out how to align the text with the border to the right side of the page without the use of CSS.
<div align="right" style="border: 1px solid black" hj>
<h1><span>Inception</span></h1>
<h2><span> Release year: 2010 </span></h2>
<h3><span> Leonardo DiCaprio as Dom Cobb </span></h3>
</div>
<h2> My Three Favorite musical acts are: </h2>
<ul>
<li>Korn</li>
<li>Bring Me the Horizon </li>
<li> Linkin Park </li>
</ul>
<h2> My Three Favorite Foods are: </h2>
<ol type="i">
<li>Pizza</li>
<li>Ceviche</li>
<li>Burger</li>
</ol>
<h2> My dream Vacation is: </h2>
<p> Europe </p>
<dl> My dream vacation would be to visit europe and it's major cities. Paria, London, Berlin just to name a few. </dl>