HELP ME TO MAKE THIS BETTER. JUST ADJUST THE TEXT AND COLORS OR MAYBE CENTER THE HYPERLINKS HERE IS THE CODE: Clarence Aron Gono Webpage Gono, Clarence Aron C. BSCS 1-2 Intro to Computing Activities Activity 1: Structuring your HTML document Activity 2: Paragraphs and Line Breaks Activity 3: Lists Activity 4: Preformatted text and comments Activity 5: Simple hypertext links Activity 6 : Linking to sections within a document Activity 7: Changing the appearance of links Activity 8: Graphics Activity 9: Tables
HELP ME TO MAKE THIS BETTER. JUST ADJUST THE TEXT AND COLORS OR MAYBE CENTER THE HYPERLINKS
HERE IS THE CODE:
<html>
<head>
<title>Clarence Aron Gono Webpage</title>
</head>
<style>
body {
background-image: url("https://1.bp.blogspot.com/-ATDtYml8m3U/YFSMb91FMFI/AAAAAAAABSk/fIQISqbSFTAn7cisN6paR6GLl_o8zeJPQCLcBGAsYHQ/s1600/Zild-new-single%2B-Bungantulog%2B-%2Bmetroscene%2Bmag%2B.jpg");
}
h2 {
text-align: center;
}
h3{
text-align: center;
}
table {
border: 3px solid black;
width: 100%;
padding: auto;
}
</style>
<body>
<h2>Gono, Clarence Aron C. BSCS 1-2</h2>
<hr>
<h3>Intro to Computing Activities</h3>
<ul>
<li><a href="<ul>
<li><a href="start.html"target="_blank">Activity 1: Structuring your HTML document </a></li>
<li><a href="formattingtext.html" target="_blank">Activity 2: Paragraphs and Line Breaks </a></li>
<li><a href="format3.html" target="_blank"> Activity 3: Lists </a></li>
<li><a href="activity4.html" target="_blank">Activity 4: Preformatted text and comments </a></li>
<li><a href="index5.html" target="_blank"> Activity 5: Simple hypertext links </a></li>
<li><a href="index6.html" target="_blank">Activity 6 : Linking to sections within a document </a></li>
<li><a href="indexblack.html" target="_blank">Activity 7: Changing the appearance of links </a></li>
<li><a href="image.html" target="_blank">Activity 8: Graphics </a></li>
<li><a href="birthday_table.html" target="_blank"> Activity 9: Tables </a></li>
</body>
</html>
Step by step
Solved in 3 steps with 1 images