ASKER
ASKER
ASKER
HTML (HyperText Markup Language) is the main markup language for creating web pages and other information to be displayed in a web browser, providing both the structure and content for what is sent from a web server through the use of tags. The current implementation of the HTML specification is HTML5.
TRUSTED BY
ASKER
#contentDiv {
position: relative;
margin: auto;
width: 800px;
min-height: 736px;
padding-bottom:35px;
border-style: solid;
border-width: 1px;
background-color: #FFFFFF;
}
#leftNavBox-contentPages {
position: absolute;
left: 0px;
top: 64px;
padding-top: 5px;
width: 175px;
height: 702px;
background-color: #F2F2E3;
z-index: 100;
}
<!-- relevant code for the page -->
<div id="contentDiv">
<!-- #INCLUDE FILE="/includes/small_mast
<div id="leftNavBox-contentPage
<!-- #INCLUDE FILE="/fire_and_rescue/inc
</div>
<div id="textHolder">
<h2 align="center" class="pageHead">Frederick
<span class="pageSubHead">Sub Heading for the Page</span></h2>
</div>
</div>