HTML Compilation
HTML Compilation
Presented to:
Engr. Val S. Mangalino
By:
CODE (HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML HOME.com</title>
</head>
<body>
<center>
<br>
<br>
<table class="homeTable">
<tr>
<th class ="table-head">Upload Date</th>
<th class ="table-head">Description</th>
<th class = "table-head">Link</th>
<tr>
<td class="table-data">December 5, 2023</td>
<td class="table-data">Holy Trinity University Info</td>
<td class="table-data"><a class="link" href = "holy-trinity-university.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data">December 12, 2023</td>
<td class="table-data">Linking Img in html</td>
<td class="table-data"><a class="link" href = "html-day 03.html">Click Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML Audio</td>
<td class="table-data"><a class="link" href = "html-d2-audio.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML Video</td>
<td class="table-data"><a class="link" href = "html-d3-video.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML List</td>
<td class="table-data"><a class="link" href = "html-d3-list.html">Click Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML Table</td>
<td class="table-data"><a class="link" href = "html-d3-table.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data"> December 18, 2023</td>
<td class="table-data">HTML Forms</td>
<td class="table-data"><a class="link" href = "html-forms.html">Click Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML Special Char</td>
<td class="table-data"><a class="link" href = "html-special-char.html">Click
Here</a></td>
</tr>
<tr>
<tr>
<td class="table-data">January 08, 2024</td>
<td class="table-data">Semantic & Non Semantic Elements</td>
<td class="table-data"><a class="link" href="html-non-sematic.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class=" table-data">Other HTML Tags</td>
<td class="table-data"><a class="link" href="html-other-tag.html">Click Here</a></td>
</tr>
</tr>
</table>
</center>
</body>
</html>
CODE (CSS):
/* UNIVERSAL CSS */
body {
background-color: #000000;
margin: 0%;
}
.html {
background-color: #000000;
color: #ffffff;
width: 15%;
height:10vh;
margin: 5% 0% 0% 0%;
font-size: 500%;
border: 1px solid #000000;
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
}
.files{
font-size: 500%;
width: 15%;
height: 13vh;
border: 1px solid black;
border-radius: 5px;
margin: 5% 0% 0% 0%;
background-color:#10e4cb;
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
}
.myname{
background-color: black;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
}
.prev{
width:7%;
height: 5%;
font-size: 25px;
color: #000000;
background-color: #10e4cb;
border: #10e4cb;
border-radius: 4px;
margin: 5% 0% 0% 10.3%;
font-family: Arial, Helvetica, sans-serif;
transition: 0.5s;
text-decoration: none;
}
.htu-buttons{
text-decoration: none;
color: #000000;
.prev:hover{
width: 7.2%;
background-color:#10e4cb;
}
/* HOME TABLE */
.link {
text-decoration: none;
.spongebob{
background-color:#e4a510;
padding: 5px;
color: rgb(0, 0, 0);
font-size: 140%;
font-family: Arial, Helvetica, sans-serif;
border: 1px solid #e4a510;
border-radius: 10px;
width: 20%;
ul {
background-color: rgb(237, 181, 12);
color: rgb(0, 0, 0);
padding: 5px;
font-size: 140%;
font-family: Arial, Helvetica, sans-serif;
border-radius: 10px;
<title>HTML HOME.com</title>
</head>
<body>
<center>
<br>
<br>
<table class="homeTable">
<tr>
<th class ="table-head">Upload Date</th>
<th class ="table-head">Description</th>
<th class = "table-head">Link</th>
<tr>
<td class="table-data">December 5, 2023</td>
<td class="table-data">Holy Trinity University Info</td>
<td class="table-data"><a class="link" href = "holy-trinity-university.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data">December 12, 2023</td>
<td class="table-data">Linking Img in html</td>
<td class="table-data"><a class="link" href = "html-day 03.html">Click Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML Audio</td>
<td class="table-data"><a class="link" href = "html-d2-audio.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML Video</td>
<td class="table-data"><a class="link" href = "html-d3-video.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML List</td>
<td class="table-data"><a class="link" href = "html-d3-list.html">Click Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML Table</td>
<td class="table-data"><a class="link" href = "html-d3-table.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data"> December 18, 2023</td>
<td class="table-data">HTML Forms</td>
<td class="table-data"><a class="link" href = "html-forms.html">Click Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class="table-data">HTML Special Char</td>
<td class="table-data"><a class="link" href = "html-special-char.html">Click
Here</a></td>
</tr>
<tr>
<tr>
<td class="table-data">January 08, 2024</td>
<td class="table-data">Semantic & Non Semantic Elements</td>
<td class="table-data"><a class="link" href="html-non-sematic.html">Click
Here</a></td>
</tr>
<tr>
<td class="table-data"></td>
<td class=" table-data">Other HTML Tags</td>
<td class="table-data"><a class="link" href="html-other-tag.html">Click Here</a></td>
</tr>
</tr>
</table>
</center>
</body>
</html>
CODE (CSS):
.logo-htu{
display: inline-block;
width: 75px;
height: 75px;
}
#htu-icon{
margin: 15px 0px 0px 0px;
}
.htu-buttons{
text-decoration: none;
color: #000000;
.history{
color: #000000;
font-size: 250%;
background-color: #10e4cb;
width: 12%;
height: 5%;
padding: 8px;
margin: 20px 5px 20px 20px;
border-color: #10e4cb;
border-radius: 5px;
transition: 0.5s;
.history:hover{
width: 12.2%;
background-color:#10e4cb;
.mission{
color: #000000;
font-size: 250%;
background-color:#10e4cb;
width: 25%;
height: 5%;
padding: 8px;
margin: 20px 5px 20px 5px;
border-color:#10e4cb;
border-radius: 5px;
transition: 0.5s;
}
.mission:hover{
width: 25.2%;
background-color: #10e4cb;
.college {
color: #000000;
font-size: 250%;
background-color:#10e4cb ;
width: 13%;
height: 5%;
padding: 8px;
margin: 20px 5px 20px 5px;
border-color: #10e4cb;
border-radius: 5px;
transition: 0.5s;
}
.college:hover {
width: 13.2%;
background-color: #10e4cb;
}
.act {
color: #000000;
font-size: 250%;
background-color: #10e4cb;
width: 14%;
height: 5%;
padding: 8px;
margin: 20px 5px 20px 5px;
border-color: #10e4cb;
border-radius: 5px;
transition: 0.5s;
}
.act:hover{
width: 14.2%;
background-color: #10e4cb;
.contact{
color: #000000;
font-size: 250%;
background-color: #10e4cb;
width: 13%;
height: 5%;
padding: 8px;
margin: 20px 5px 20px 5px;
border-color: #10e4cb;
border-radius: 5px;
transition: 0.5s;
}
.contact:hover{
width: 13.2%;
background-color: #10e4cb;
<title>Htu.about</title>
</head>
<body>
<center>
</center>
<br>
<br>
<h1 class="header"><b>HISTORY:</b></h1>
<center>
<p class="history02">
Holy Trinity University is the pioneer institution of higher learning in Palawan
established in 1940 as the Holy Trinity College Academy. The first administrators of the
Academy were Rev. Mother Cruz Rich, O.P., Rev. Mother Paulina Cruz, O.P., and Rev.
</p>
</center>
<button class="prev">
</button>
</body>
</html>
CODE (CSS):
/* HTU HISTORY */
.header {
color:#ffffff;
font-size: 3em;
font-family: Arial, Helvetica, sans-serif;
margin: 0% 0% 0% 3%;
}
.history02{
text-align: justify;
font-size: 2.5em;
font-family:Arial, Helvetica, sans-serif;
color: #000000;
border: 1px solid #10e4cb;
background-color: #10e4cb;
border-radius: 1%;
width: 90%;
height: 30%;
padding: 1% 2% 1% 2%;
margin: 0px;
}
<title>Htu.mission.vision</title>
</head>
<body>
<center>
</center>
<br>
<br>
<center>
<br>
<button class="mission">
<a class="icon" href="HTU-mission.html"><b>Mission</a></b>
</button>
<button class="vision">
<a class="icon" href="HTU-vision.html"><b>Vision</b></a>
</button>
</center>
<button class="prev">
<a class="icon" href="holy-trinity-university.html"><b>⇐Prev</a></b>
</button>
</body>
</html>
CODE (CSS):
.htu{
color: #ffffff;
font-size: 3em;
font-family: Arial, sans-serif;
}
.icon {
text-decoration: none;
color: #000000;
}
.mission {
width: 14%;
height: 20%;
font-size: 50px;
font-family: Arial, Helvetica, sans-serif;
background-color: #10e4cb;
border-color: #10e4cb;
border-radius: 5px;
margin: 0% 4% 0% 0%;
transition: 0.8s;
}
.mission:hover{
background-color: #10e4cb;
width: 14.2%;
}
.vision {
width: 14%;
height:20%;
font-size: 50px;
font-family: Arial, Helvetica, sans-serif;
background-color: #10e4cb;
border-color: #10e4cb;
border-radius: 5px;
margin: 0% 0% 0% 4%;
transition: 0.5s;
}
.vision:hover{
background-color: #10e4cb;
width: 14.2%;
}
<title>Htu.colleges</title>
</head>
<body>
<center>
<h1 class="header"><b>Courses</b></h1>
<h2 class="cet">
<b>
College of Engineering and Technology
</b>
<br>
<img src = "C:\Users\John Mark Monterde\Downloads\CET LOGO.png"
width = "150" height = "150" ></a>
</h2>
<br>
</center>
<button class="prev">
<a class="prev" href="holy-trinity-university.html"><b>⇐Prev</b></a>
</button>
</body>
</html>
CODE (CSS):
.header{
color: #ffffff;
font-size: 3em;
font-family:Arial, Helvetica, sans-serif;
margin: 0% 0% 0% 3%;
}
.cet {
color: #000000;
font-size: 2em;
font-family: Arial, Helvetica, sans-serif;
background-color: #e4a510;
border: 1px solid #e4a510;
border-radius: 2%;
width: 50%;
height: 20%;
margin: 0% 0% 2.5% 0%;
<title>Htu.Activities</title>
</head>
<body>
<center>
</center>
<br>
<br>
<center>
<h1 class="activities"><b>Yearly Activities</b></h1>
<br>
<p class="content">
1. Intramurals
<br>
2. Philippine Institute of Civil Engineers (PICE)
<br>
3. Institute of Computer Engineer of the Philippines (ICpEP)
<br>
4. STIRDC
</p>
</center>
<button class="prev">
<a class="prev" href="holy-trinity-university.html"><b>⇐Prev</b></a>
</button>
</body>
</html>
CODE(CSS):
/* HTU ACTIVITIES CSS*/
.activities{
color: #ffffff;
font-size: 2.5em;
font-family: Arial, Helvetica, sans-serif;
margin: 0% 0% 0% 5%;
}
.content{
color: #000000;
font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
background-color: #e4a510;
border: 1px solid #e4a510;
border-radius: 1%;
width: 50%;
height: 20%;
padding: 1% 2% 1% 2%;
}
FILE 02.5 – HTU CONTACT
CODE(HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<title>Htu.contact.us</title>
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="css-contacts.css">
</head>
<body>
<center>
<br>
<br>
<h1 class="head"><b>Contact Us</b></h1>
<br>
<p class="info">Phone: (048) 433 2161
<br>
Mail: <a href="[email protected]">[email protected]</a>
<br>
Webpage: <a href="https//:www.htu.edu.ph">Holy Trinity University</a>
</p>
</center>
<br>
<button class="prev">
<a class="prev" href="holy-trinity-university.html"><b>⇐Prev</a></b>
</button>
</body>
</html>
CODE(CSS):
.head{
color: #fff;
font-size: 30px;
.info{
color: #fff;
text-decoration: none;
}
FILE 03 – LINKING IMG TO IMG
CODE(HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<title>Img.img</title>
<link rel="stylesheet" href="css-link-img.css">
<link rel="stylesheet" href="header.css">
</head>
<body>
<center>
<span class="html" ><b>HTML</b></span>
<span class="files"><b>Files</b></span>
</a>
</center>
</body>
</html>
CODE(CSS):
body {
background-color: black;
margin: 0%;
}
#html {
background-color: #000000;
color: #ffffff;
width: 15%;
height:10vh;
margin: 5% 0% 0% 0%;
font-size: 500%;
border: 1px solid #000000;
font-family: Arial, Helvetica, sans-serif;
}
#files{
font-size: 500%;
width: 18%;
height: 13vh;
border: 1px solid black;
border-radius: 3%;
margin: 5% 0% 0% 0%;
background-color:#e4a510;
font-family: Arial, Helvetica, sans-serif;
}
.myname{
background-color: black;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
}
.gates{
color: #ffffff;
font-size: 2em;
font-family: Arial, Helvetica, sans-serif;
margin:0% 0% 0% 0%;
.prev{
width:7%;
height: 5%;
font-size: 25px;
color: #000000;
background-color: #e4a510;
border: #e4a510;
border-radius: 2%;
margin: 1% 0% 5% 20%;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}
FILE 04 – HTML AUDIO
CODE(HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="css-link-img.css">
</head>
<body>
<center>
<br>
<br>
<br>
<br>
</center>
CODE(HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="css-link-img.css">
</head>
<body>
<center> <button id="html"><b>HTML</b></button>
<button id="files"><b>FILES</b></button>
<br>
<br>
<h2>Rengoku Vs Akaza</h2>
<video with = "750" height = "450" controls>
<source src = "C:\Users\John Mark Monterde\Videos\Kimetsu No Yaiba - Mugen Ressha
hen\EP 7.mp4"
type = "audio/mp4">
</video>
</center>
<button class="prev"><a href="html-file-compilation-.html">⇐Prev</a></button>
</body>
</html>
FILE 06 – HTML LIST
CODE(HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<title>List.com</title>
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="css-link-img.css">
<style>
div{
width: 300px;
margin: auto;
background-color: rgb(171, 248, 6);
}
</style>
</head>
<body>
<center>
<button id="html"><b>HTML</b></button>
<button id="files"><b>FILES</b></button>
<div>
<li>Nike</li>
<li>Adidas</li>
<li>World Balance</li>
<li>Fila</li>
<li>Vans</li>
<li>Converse</li>
</ol>
<li><b>Shirt</b></li>
<ol type = "a">
<li>Macbeth</li>
<li>Penshoppe</li>
<li>Bench/</li>
<li>daily Flight</li>
<li>High Minds</li>
</ol>
<li><b>Pants</b></li>
<ol type = "1">
<li>RRJ</li>
<li>Dickies</li>
<li>Fubu</li>
<li>Tribal</li>
</ol>
</ul>
</div>
<br>
CODE(HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.table{
width: 50%;
height: 30%;
border: 1px solid black;
margin: 1% 20% 10% 20%;
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
}
.header{
border: 1 px solid #000000;
}
.data {
border: 1px solid #000000;
}
</style>
</head>
<body>
<center>
<button id="html"><b>HTML</b></button>
<button id="files"><b>FILES</b></button>
<br>
<br>
<table class="table">
<tr>
<th class="header">Date</th>
<th class="header">Name</th>
<th class="header">Course</th>
<th class="header">Year</th>
</tr>
<tr>
<td class="data">Dec 18, 2023</td>
<td class="data">Chauncey Kenn Arbis</td>
<td class="data">BS Computer Engineering</td>
<td class="data">3<sup>rd</sup> Year</td>
</tr>
<tr>
<td class="data">Dec 18, 2023</td>
<td class="data">Cedric Ian Pacli</td>
<td class="data">BS Computer Engineering</td>
<td class="data">3<sup>rd</sup> Year</td>
</tr>
<tr>
<td class="data">Dec 18, 2023</td>
<td class="data">Kieth Carlos</td>
<td class="data">BS Computer Engineering</td>
<td class="data">3<sup>rd</sup> Year</td>
</tr>
</table>
</center>
CODE(HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<!--FORMS HTML-->
<!--TEXT FIELD TYPES-->
<form target="_blank">
<input type="date">
<br>
<input type="password"
placeholder="Password"
minlength="8"
required
>
<br>
<input type="email"
placeholder="Email"
required
>
<br>
</form>
<br>
<form>
<br>
<br>
<br>
<br>
<br>
<p>Select Course</p>
<select name="Courses">
<option value="civil">BS Civil Engineering</option>
<option value=geo>BS Geodetic Engineering</option>
<option value="computer">BS Computer Engineering</option>
<option value="it">BS Information Technology</option>
<option value="cba">BS Business & Accountancy</option>
<option value="bsn">BS Nursing</option>
<option value="crim">BS Criminology</option>
</select>
<br>
<br>
<br>
<input type="submit">
</form>
</body>
</html>
FILE 08 – HTML SPECIAL CHAR
CODE(HTML);
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<meta charset="UTF-8">
<style>
.table{
width: 50%;
height: 30%;
border: 1px solid black;
margin: 1% 20% 10% 20%;
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
}
.table-head{
border: 1px solid black;
.content{
border: 1px solid #000000;
}
.emoji-table{
width: 50%;
height: 30%;
border: 1px solid black;
margin: 1% 20% 10% 20%;
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
.t-head2{
border: 1px solid #000000;
}
.data2{
border: 1px solid #000000;
}
</style>
</head>
<body>
<!--HTML ENTITIIES-->
<table class="table">
<tr >
<th class="table-head">Description</th>
<th class="table-head">Entity Name</th>
<th class="table-head">Entity Number</th>
<th class="table-head">Entity Hex</th>
</tr>
<tr>
<td class="content">Yen ¥</td>
<td class="content">& yen;</td>
<td class="content">& #165;</td>
<td class="content">& #xa5;</td>
</tr>
<tr>
<td class="content">Yen</td>
<td class="content">¥</td>
<td class="content">Yen</td>
<td class="content">¥</td>
</tr>
</table>
<!--HTML EMOJIS-->
<table class="emoji-table">
<tr >
<th class="t-head2">Description</th>
<th class="t-head2">Entity Number</th>
<th class="t-head2">Entity Hex</th>
</tr>
<tr>
<td class="data2">LMAO 😂</td>
<td class="data2">& #128514;</td>
<td class="data2">& s#128514;</td>
</tr>
</table>
</body>
</html>
FILE 09 – HTML SEMANTIC & NON-SEMANTIC
CODE(HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.hello{
color: #ffffff;
background-color: #000000;
border:1px solid #000000;
margin: 5px 2px 5px 2px;
padding: 2px;
width: 8em;
height: 1em;
font-family: Arial, Helvetica, sans-serif;
}
#haha{
color: #ffffff;
background-color: #9ea306;
border: 1 px solid #9ea306;
}
</style>
</head>
<body>
<div>
<h1 class="hello"> Hello World </h1>
</div>
<span>
<h1 id="haha"> Hahahaha </h1>
</span>
</body>
</html>
FILE 10 – OTHER HTML TAGS
CODE(HTML):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content= "html other html tag">
<meta name="keywords" content="html-htu, Monterde">
<meta name="author" content="John Mark Monterde">
</head>
<body>
<iframe src="html-file-compilation-.html"
width="360px" height="720px"></iframe>
<progress value="75" max="100"></progress>
</body>
</html>