Número tres: Creating a Simple HTML Page
<p><span style="text-decoration: underline;">Hello, I like cars and computers.</span></p> <p style="text-align: right;"><em>this is a basic HTML page.</em></p> <p style="text-align: center;"><strong>PRETTY COOL</strong></p> Honestly making this html page wasn’t too bad. The thing that caused me the most issue is on my mac it wouldn’t let me save the html file as html, it kept saving as an rtf document. I had to find the file in the file explorer and saving as html after I finished making the document, weird. I used a couple of different things. I used the paragraph, bold, italics, and where the lines start. It honestly sounded harder than it actually was and only actually took my 5 mins to do. I remember taking a html course a couple years back and looking back on it, I find this to be way easier than any of my other languages like java or python. I know they aren’t in anyway the sam...