You are on page 1of 4

<!

-- Banner Section Begin -->

<div class="banner-section spad">

<div class="container-fluid">

<div class="row">

<div class="col-lg-4">

<div class="single-banner">

<img src="img/hi.png" alt="">

<div class="inner-text">

<h4>Ankit</h4>

</div>

</div>

</div>

<div class="col-lg-4">

<div class="single-banner">

<img src="img/banner-2.jpg" alt="">

<div class="inner-text">

<h4>Apoorvi</h4>

</div>

</div>

</div>

<div class="col-lg-4">

<div class="single-banner">

<img src="img/banner-3.jpg" alt="">

<div class="inner-text">

<h4>Anamika</h4>

</div>

</div>

</div>

</div>

</div>

</div>
<!-- Banner Section End -->

<!-- Footer Section Begin -->

<footer class="footer-section">

<div class="copyright-reserved">

<div class="container">

<div class="row">

<div class="col-lg-12">

<div class="copyright-text">

Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved with


Verma and Mishra's</a>

<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->

</div>

</div>

</div>

</div>

</div>

</footer>

<!-- Footer Section End -->


A design specification describes the detailed operation and attributes of a system and is used
as the basis of the design concept. With small designs, developing a clear and concise design
specification is a relatively straightforward task. However, as designs become more complex,
with increased functionality and more customer requirements, then the task of writing a
design specification becomes more complex.

Design Specifications describe how a system performs the requirements outlined in the
Functional Requirements. Depending on the system, this can include instructions on testing
specific requirements, configuration settings, or review of functions or code. All requirements
outlined in the functional specification should be addressed; linking requirements between the
functional requirements and design specification is performed

You might also like