Can this Coding be in More Simple Way?
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 5 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW" />
<title>Articles</title>
<meta name="description" content="#" />
<meta name="keywords" content="#" />
<style type="text/css">
body {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: #374756;
}
#MainContainer01 {
width: 1240px;
margin: 0 auto;
/*padding: 20px;*/
/*background: #000000;*/
}
.Header {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align: center;
font-size: 25pt;
background-color: #00005E;
line-height: 75px;
}
.HREFNoBorder {
border-width: 0px;
}
.FL {
width: 310px;
float: left;
text-align: center;
padding-bottom: 30px;
height: 381px;
}
.gap {
line-height: 35px;
height: 35px;
color: #FFCC00;
font-family: verdana;
font-size: 12pt;
background-color: #00005E;
text-align: left;
padding-left: 20px;
}
.Edition01 {
line-height: 30px;
font-family: Arial;
font-size: 12pt;
background-color: #FFFF00;
text-align: right;
width: 286px;
padding-right: 15px;
position:relative; left:4px;
}
.CopyRightSegment {
font-family: Verdana;
font-size: 12pt;
color: #FFFFFF;
height: 35px;
text-align: center;
width: 100%;
background-color: #4F4F4F;
clear: both;
line-height: 35px;
margin: 0 0px 0 0px;
}
.Testing {
width: 300px;
height: 50px;
background-color: lime;
position: relative;
left: 80px;
</style>
</head>
<body onLoad="goforit()">
<div id="MainContainer01">
<div class="Header">- Articles -</div>
<div class="gap">Time JavaScript</div>
<div style="background-color:white">
<div class="Testing"></div>
</div>
<div class="FL"><div class="Edition01">TITLE 01</div><a target="_blank" href="#">
<img alt="#" longdesc="#" src="https://www.robertluff.co.uk/uploads/files/renting_with_pets_banner_image_341.jpg" width="301" height="381" class="HREFNoBorder" /></a></div>
<div class="FL"><div class="Edition01">TITLE 02</div><a target="_blank" href="#">
<img alt="#" longdesc="#" src="https://post.healthline.com/wp-content/uploads/2020/09/1867-Pets_Vaccination-1296x728-header-1200x628.jpg" width="301" height="381" class="HREFNoBorder" /></a></div>
<div class="FL"><div class="Edition01">TITLE 03</div><a target="_blank" href="#">
<img alt="#" longdesc="#" src="https://m.economictimes.com/thumb/msid-72951938,width-1200,height-900,resizemode-4,imgsize-579705/the-owners-can-also-make-a-few-changes-like-increasing-or-decreasing-a-specific-substance-it-is-better-to-minimise-treats-during-this-season-as-it-contributes-to-the-weight-.jpg" width="301" height="381" class="HREFNoBorder" /></a></div>
<div class="FL"><div class="Edition01">TITLE 04</div><a target="_blank" href="#">
<img alt="#" longdesc="#" src="https://images.theconversation.com/files/319652/original/file-20200310-61148-vllmgm.jpg?ixlib=rb-1.1.0&q=45&auto=format&w=754&fit=clip" width="301" height="381" class="HREFNoBorder" /></a></div>
</div>
<div class="CopyRightSegment">© Copyright Segment</div>
</body>
</html>[/HTML]
Bookmarks