Site map for personal portfolio website in the portfolio


Assignment Instructions:

1. Open terminology03 html in your HTML editor and then modify the comment at the top of the page to include your name and today's date. Enter HTML 5 terminology and syntax within the tags.</p> <p style="text-align: justify;">2. Using the information in this chapter as well as the web, mark up the entire content in the <div id="terminology"> section as a description list using <dl>...</d1> tags. Mark up each term as a term using <dt>...</dt> tags.</p> <p style="text-align: justify;">3. After each term, research and enter a definition for that term using <dd>...</dd> tags. Indent the definition under the term it defines as shown in Figure 3-72.</p> <p style="text-align: justify;">4. Validate your code and fix any errors.</p> <p style="text-align: justify;">5. Check the spelling of the text.</p> <p style="text-align: justify;">6. Save and open the page within a browser as shown in Figure.</p> <p style="text-align: justify;">7. Submit your assignment in the format specified by your instructor.</p> <p style="text-align: justify;">8. 0 Identify three problems that might occur for a web developer if the terminology and syntax discussed in this exercise are not understood.</p> <p style="text-align: justify;">Consider This:</p> <p style="text-align: justify;">Apply your creative thinking and problem-solving skills to design and implement a solution.</p> <p style="text-align: justify;"><span style="text-decoration: underline;">Assignment Task 1: Create the Home Page for Your Personal Portfolio Website</span></p> <p style="text-align: justify;">Personal:</p> <p style="text-align: justify;">Question 1: In Chapter 2, you completed a wireframe and site map for your personal portfolio website in the portfolio . html webpage. In this exercise, you will update that page with content and HTML tags. Include the following updates:</p> <p style="text-align: justify;">A. Add an ing tag as the first line in the header section with a professional picture of yourself. Be sure to include appropriate values for the alt, width, and height attributes. (Hint: To determine the actual width and height measurements of any image, open it in an image-editing program such as Paint or Photoshop. Information about the file's width and height measurements is usually presented in the status bar of the program. If your image is larger than 500 X 500 pixels, use the image-editing program to resize the image to make it as small and efficient for the web as possible. As you resize the image, be careful to maintain the current width/height ratio so that you do not skew or distort the image.)</p> <p style="text-align: justify;">B. In the nay section, create an unordered list of links to future pages that link to education. html, experience .htsal, samples .html, and contact . html.</p> <p style="text-align: justify;">C. To make sure the webpage will render successfully in all browsers, identify the main section using the <div id="main"> and </div> tags versus <main> and </main>, and include three <h2> headings in that section that mark up the headings of strengths, Technologies, and other.</p> <p style="text-align: justify;">D. Include paragraph content listing your strengths, technologies, and other applicable business skills below each <h2> heading.</p> <p style="text-align: justify;">E. Add an email hyperlink and a telephone hyperlink to the email and telephone content in the header section.</p> <p style="text-align: justify;">F. Validate and correct your webpage, spell check the content, and submit your assignment in the format specified by your instructor.</p> <p style="text-align: justify;">Question 2: Use your favorite search engine to find articles on search engine optimization (SEO). Identify three tips that you can add to your webpage to improve its SEO performance.</p> <p style="text-align: justify;"><span style="text-decoration: underline;">Assignment Task 2: Create the Home Page for a Web Development and Consulting Business</span></p> <p style="text-align: justify;">Professional:</p> <p style="text-align: justify;">Part 1: In Chapter 2, you completed a wireframe and site map for the web development firm website in the webdev.html webpage. In this exercise, you will update that page with content and HTML tags. Submit your assignment in the format specified by your instructor.</p> <p style="text-align: justify;">Validate and correct your webpage, spell check the content, and submit your assignment in the format specified by your instructor.</p> <p style="text-align: justify;">1. Save the webdev.html page as index . html because it will serve as your home page for this site.</p> <p style="text-align: justify;">2. Add an img tag as the first line in the header section using the company logo stored in the Data Files for Students as webdevpros.jpg with the following attribute values:</p> <p style="text-align: justify;">alt."WebDevPros logo" height."260"</p> <p style="text-align: justify;">width="389"</p> <p style="text-align: justify;">3. In the nay section, create an unordered list of links to future pages that link to index .html,services.html,testimonials.html,aboutus.html, and contactus.html.</p> <p style="text-align: justify;">4. To make sure the webpage will render successfully in all browsers, identify the main section using the <div id="main"> and </div> tags versus <main> and </main>.</p> <p style="text-align: justify;">5. Save the page and then save it with the name services . html.</p> <p style="text-align: justify;">6. In the services.html page, create content in the <div id="main"> section using this text within <p>...</p> tags:</p> <p style="text-align: justify;">WebDevPros offers a full stack of web development services from front-end webpage design and development through back-end</p> <p style="text-align: justify;">e-commerce solutions. Our development principles consider these web development strategies:</p> <p style="text-align: justify;">7. In the services.html page, below the paragraph in the <div id="main"> section, create a description list of five principles of web development that start with these three terms. Code the phrases as data terms using cdt>...</dt> tags and their definitions using <dd>...</dd> tags.</p> <p style="text-align: justify;">Term: Separation of presentation, content, and behavior where prudent Definition: Striving to use html to describe the structure of content, external css style sheets to style and position the content, and external JavaScript files to create interactions between the webpage and the user.</p> <p style="text-align: justify;">Term: Responsive Web Design</p> <p style="text-align: justify;">Definition: Building websites to provide an optimal viewing experience across a wide range of devices.</p> <p style="text-align: justify;">Term: Progressive Enhancement</p> <p style="text-align: justify;">Definition: Designing websites using a layered approach that provides basic content and functionality to all users while providing enhanced functionality to those using advanced technology.</p> <p style="text-align: justify;">(Add two more terms and definitions that relate to web development.)</p> <p style="text-align: justify;">Part 2: In Chapter 2, you contacted a web development consulting firm to interview them about a successful project to showcase as content on your home page. Open the index.html page and save it as testimonials.html. Delete the existing content in the <div id="main"> section. Using information from your interview, create a three- or four-sentence testimonial from a satisfied customer and enter it within paragraph tags within the <div id="main"> section.</p> <p style="text-align: justify;">Validate and correct your webpages, spell check the content, and check the links between the index. html, testimonial.html, and services.html pages. Submit your assignment in the format specified by your instructor.</p> <p style="text-align: justify;"><span style="text-decoration: underline;">Assignment Task 3: Create the Home Page for the Dog Hall of Fame</span></p> <p style="text-align: justify;">Research and Collaboration:</p> <p style="text-align: justify;">Part 1: In Chapter 2, you completed a wireframe and site map for the Dog Hall of Fame website in the dogfame . html webpage. In this exercise, you'll update that page with content and HTML tags. Submit your assignment in the format specified by your instructor.</p> <p style="text-align: justify;">1. Save the dogfame.html page as index. html because it will serve as your home page for this site.</p> <p style="text-align: justify;">2. Add the banner.jpg image as the first line of content in the <header> section with the following attribute values:</p> <p style="text-align: justify;">alt="banner logo for Dog Hall of Fame" height="300"</p> <p style="text-align: justify;">width="720"</p> <p style="text-align: justify;">3. Create an unordered list of links to future pages that link to index. html, winners . html, and nominations . html in the nay section.</p> <p style="text-align: justify;">4. In Chapter 2, your team collected content, images, and stories to add to the Dog Hall of Fame website in these three areas: Hero dog, Working dog, and Companion dog. Add that content to the <div id="main"> section of the index.html page using heading, paragraph, and list tags as appropriate. Four dog images are provided in the Data Files for Students if needed for this project.</p> <p style="text-align: justify;">5. Validate and correct your webpage, spell check the content, and check the links between the index.htrnl page and the services.html page. Submit your assignment in the format specified by your instructor.</p> <p style="text-align: justify;">Part 2: Anytime you gather information or images from the web, copyright laws and academic fair use policies and ethics come into play. Work with your instructor to identify and apply the fair use and copyright policies that apply to the content you gather on the Internet as applied to the exercises for this class.</p> <p style="text-align: justify;"><strong><em>Are you too stuck with the above complicated assignment tasks and find it quite challenging to precisely deal with the academic tasks. Then, you must avail our Personal Portfolio Website Assignment Help service, in order to eradicate all your assignment qualms with ease.</em></strong></p> <p style="text-align: justify;"><strong>Tags</strong>: Personal Portfolio Website Assignment Help, Personal Portfolio Website Homework Help, Personal Portfolio Website Coursework, Personal Portfolio Website Solved Assignments</p></p> </div> <div id="viewreadmore" class="link"> <a id="readmore" href="javascript:void(0);" class="read-more-trigger mar_top10" onclick="changeheight(this)">View Complete Question</a> </div> <div id="DivRequest"> <h4> Request for Solution File </h4> <div class="seprator"> </div> <div class="downloadfiles"> <h5> Ask an Expert for Answer!!</h5> <h6> Computer Engineering: Site map for personal portfolio website in the portfolio</h6> <h5> Reference No:- TGS03027280</h5> <input type="submit" name="btnGetQuote" value="Request for Solution File" id="btnGetQuote" class="btn btnexperts btn-lg btn-block-sm mar_btm20" /> <p> Expected delivery within 24 Hours</p> </div> </div> </div> <div class="row"> <div class="col-sm-12 reviewbox"> <div class="row "> <div class="panel-group review" id="accordion" role="tablist" aria-multiselectable="true"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"> Have a Question? (oR Write a Review) </a> </h4> </div> <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <div class="col-sm-12"> <div class="row search searchbg message"> <span id="RequiredFieldValidator1" style="visibility:hidden;">Write atleast 100 words!!</span> <textarea name="txtcomments" id="txtcomments" maxlength="1000" ValidationGroup="Review" placeholder="Write your review" class="form-control" rows="6"></textarea> <div class="pull-right mar_top20"> <input type="submit" name="btnReviewSubmit" value="Submit" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("btnReviewSubmit", "", true, "Review", "", false, false))" id="btnReviewSubmit" class="btn btn-primary pull-right" /> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="user-comments-area hidden-xs"> <h4 class="text-uppercase mar_btm20"> <i class="fa fa-question-circle"></i>   Recent Questions Asked Computer Engineering</h4> <ul class="user-comments-list"> <table id="dlMaterials" cellspacing="0" style="width:100%;border-collapse:collapse;"> <tr> <td> <li> <div class="comment-box"> <h5> <span class="mar_lft5">Q :</span> <a id="dlMaterials_hypermaterial_0" class="studenthdname" href="https://www.tutorsglobe.com/question/what-requirements-proven-to-find-a-vertical-merger-illegal-53027276.aspx">What requirements proven to find a vertical merger illegal</a></h5> <p class="answer"> <span id="dlMaterials_lblQuestion_0">What is a vertical merger? What requirements must be proven to find a vertical merger illegal? Did the Du Ponts act ethically in this case?</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <span class="mar_lft5">Q :</span> <a id="dlMaterials_hypermaterial_1" class="studenthdname" href="https://www.tutorsglobe.com/question/are-banks-better-for-international-activities-53027277.aspx">Are banks better for international activities</a></h5> <p class="answer"> <span id="dlMaterials_lblQuestion_1">Are banks better for international activities? Has technology and the use of online service replaced the need for banks?</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <span class="mar_lft5">Q :</span> <a id="dlMaterials_hypermaterial_2" class="studenthdname" href="https://www.tutorsglobe.com/question/what-was-the-response-of-the-organization-53027278.aspx">What was the response of the organization</a></h5> <p class="answer"> <span id="dlMaterials_lblQuestion_2">What was the response of the organization? Was there one? What was of importance when really reading the file?</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <span class="mar_lft5">Q :</span> <a id="dlMaterials_hypermaterial_3" class="studenthdname" href="https://www.tutorsglobe.com/question/do-you-think-requiring-that-both-parties-have-equal-access-53027279.aspx">Do you think requiring that both parties have equal access</a></h5> <p class="answer"> <span id="dlMaterials_lblQuestion_3">Do you think requiring that both parties should have equal access to jury consultants despite their financial status? Why or why not?</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <span class="mar_lft5">Q :</span> <a id="dlMaterials_hypermaterial_4" class="studenthdname" href="https://www.tutorsglobe.com/question/site-map-for-personal-portfolio-website-in-the-portfolio-53027280.aspx">Site map for personal portfolio website in the portfolio</a></h5> <p class="answer"> <span id="dlMaterials_lblQuestion_4">Complete a wireframe and site map for your personal portfolio website in the portfolio . html webpage. </span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <span class="mar_lft5">Q :</span> <a id="dlMaterials_hypermaterial_5" class="studenthdname" href="https://www.tutorsglobe.com/question/what-is-a-two-part-tariff-53027281.aspx">What is a two-part tariff</a></h5> <p class="answer"> <span id="dlMaterials_lblQuestion_5">What is a two-part tariff? Why do firms sometimes use them? What is an example of a firm that uses a two-part tariff as part of its pricing strategy?</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <span class="mar_lft5">Q :</span> <a id="dlMaterials_hypermaterial_6" class="studenthdname" href="https://www.tutorsglobe.com/question/what-show-in-evaluating-impact-of-three-strikes-legislation-53027282.aspx">What show in evaluating impact of three strikes legislation</a></h5> <p class="answer"> <span id="dlMaterials_lblQuestion_6">Because of the rising crime rate and the nation's tougher stance on crime. What does the data show in evaluating the impact of three strikes legislation?</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <span class="mar_lft5">Q :</span> <a id="dlMaterials_hypermaterial_7" class="studenthdname" href="https://www.tutorsglobe.com/question/what-does-the-term-asymmetric-information-mean-53027283.aspx">What does the term asymmetric information mean</a></h5> <p class="answer"> <span id="dlMaterials_lblQuestion_7">What does the term "Asymmetric Information" mean? What is a moral hazard and what are the two groups involved?</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <span class="mar_lft5">Q :</span> <a id="dlMaterials_hypermaterial_8" class="studenthdname" href="https://www.tutorsglobe.com/question/what-does-it-mean-to-pierce-the-corporate-veil-53027284.aspx">What does it mean to pierce the corporate veil</a></h5> <p class="answer"> <span id="dlMaterials_lblQuestion_8">What does it mean to pierce the corporate veil? Use your own words to describe it. Describe two potentially negative consequences - to society at large.</span></p> </div> <!-- /comment-box --> </li> </td> </tr> </table> </ul> <!-- /user-comments-list --> </div> </div> <div class="col-md-4 col-xs-12 login-area innerpage"> <div class="row"> <div class="details col-md-12"> <div class="col-md-4"> <div class="circle orange"> <i class="fa fa-question"></i> </div> <p> 1926268 </p> <p> Questions<br /> Asked</p> </div> <div class="col-md-4"> <div class="circle yellow"> <i class="fa fa-user-secret"></i> </div> <p> 3,689</p> <p> Active Tutors</p> </div> <div class="col-md-4"> <div class="circle green"> <i class="fa fa-thumbs-o-up"></i> </div> <p> 1448105</p> <p> Questions<br /> Answered</p> </div> <p><b> Start Excelling in your courses, Ask a tutor for help and get answers for your problems !! </b></p> <a href="https://www.tutorsglobe.com/post-your-job-for-free.aspx" class="btn btn-primary btn-lg mar_top10">ask Question</a> </div> </div> <div class="row"> <div class="user-comments-area hidden-xs"> <hr /> <h4 class="text-uppercase mar_btm20"> <i class="fa fa-question-circle"></i> Asked Questions</h4> <hr /> <ul class="user-comments-list"> <table id="dlNewReviews" cellspacing="0" style="width:100%;border-collapse:collapse;"> <tr> <td> <li> <div class="comment-box"> <h5> <a id="dlNewReviews_hyperQues_0" class="studenthdname" href="https://www.tutorsglobe.com/question/why-does-victor-coin-the-term-hyper-violence-53424598.aspx">Why does victor coin the term hyper-violence</a></h5> <p> <span id="dlNewReviews_lblReviews_0">Why does victor coin the term hyper-violence instead of just using violence? And second, how is hyper-violence display in the Oakland community?</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <a id="dlNewReviews_hyperQues_1" class="studenthdname" href="https://www.tutorsglobe.com/question/identify-problems-and-concerns-that-contributed-53424593.aspx">Identify problems and concerns that contributed</a></h5> <p> <span id="dlNewReviews_lblReviews_1"> Identify problems and concerns that contributed to the many race-related protests and unrest during the 2020 year.</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <a id="dlNewReviews_hyperQues_2" class="studenthdname" href="https://www.tutorsglobe.com/question/what-cases-does-female-status-tend-to-be-highest-53424606.aspx">What cases does female status tend to be highest</a></h5> <p> <span id="dlNewReviews_lblReviews_2">Question: In which of the following cases does female status tend to be highest? Group of answer choice</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <a id="dlNewReviews_hyperQues_3" class="studenthdname" href="https://www.tutorsglobe.com/question/discussion-about-idea-of-the-tramp-stamp-53424591.aspx">Discussion about idea of the tramp stamp</a></h5> <p> <span id="dlNewReviews_lblReviews_3"> Jane is doing a study about tattoos. She is interested in studying the idea of the "tramp stamp" (a tattoo in the small of a woman's back). </span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <a id="dlNewReviews_hyperQues_4" class="studenthdname" href="https://www.tutorsglobe.com/question/how-the-major-schools-of-thought-within-sociology-53424599.aspx">How the major schools of thought within sociology</a></h5> <p> <span id="dlNewReviews_lblReviews_4">Question: Discover how the major schools of thought within sociology explain social stratification. </span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <a id="dlNewReviews_hyperQues_5" class="studenthdname" href="https://www.tutorsglobe.com/question/discuss-statements-about-sociological-approaches-53424592.aspx">Discuss statements about sociological approaches</a></h5> <p> <span id="dlNewReviews_lblReviews_5">Question: Which of the following statements about sociological approaches are true?</span></p> </div> <!-- /comment-box --> </li> </td> </tr><tr> <td> <li> <div class="comment-box"> <h5> <a id="dlNewReviews_hyperQues_6" class="studenthdname" href="https://www.tutorsglobe.com/question/cases-of-local-communities-using-modern-technology-53424605.aspx">Cases of local communities using modern technology</a></h5> <p> <span id="dlNewReviews_lblReviews_6">Question: Cases of local communities using modern technology to preserve and revive their traditions: </span></p> </div> <!-- /comment-box --> </li> </td> </tr> </table> </ul> </div> </div> </div> </div> </div> </div> </div> <script> var url = 'https://www.tutorsglobe.com/include/javascript/watiWidget.js'; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url; var options = { "enabled":true, "chatButtonSetting":{ "backgroundColor":"#00e785", "ctaText":"Whatsapp Support!!", "borderRadius":"25", "marginLeft": "0", "marginRight": "20", "marginBottom": "20", "ctaIconWATI":false, "position":"left" }, "brandSetting":{ "brandName":"Tutorsglobe", "brandSubTitle":"Trusted Since 2005", "brandImg":"https://www.tutorsglobe.com/include/images/chat-logo.svg", "welcomeText":"Hi there!\nDo you Need help?", "messageText":"Hello, Tutorsglobe !! I have a question!", "backgroundColor":"#00e785", "ctaText":"Chat with Whatsapp", "borderRadius":"25", "autoShow":false, "phoneNumber":"441416286080" } }; s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); </script> <footer class="site-footer"> <div class="container"> <div class="footerlinks"> <a href="https://www.tutorsglobe.com/">Home</a> | <a href="https://www.tutorsglobe.com/about-us.aspx">Company Overview</a> | <a href="https://www.tutorsglobe.com/services.aspx">Services</a> | <a href="https://www.tutorsglobe.com/library/">Discover Q&A</a> | <a href="https://www.tutorsglobe.com/sitemap.aspx">Sitemap</a> | <a href="https://www.tutorsglobe.com/contact-us.aspx">Contact Us</a> | <a href="https://www.tutorsglobe.com/terms-and-conditions.aspx">T & C</a> | <a href="https://www.tutorsglobe.com/refundcancelpolicy.aspx">Refund Policy</a> | <a href="https://www.tutorsglobe.com/copyright-infringement-policy.aspx">Copyright Policy</a> | <a href="https://www.tutorsglobe.com/blog/archive/">Blog</a> | <a href="https://www.tutorsglobe.com/library/archive.aspx">Q&A</a> | <a href="https://www.tutorsglobe.com/education-directory.aspx">Directory</a> </div> <p>©TutorsGlobe</a> All rights reserved 2022-2023. </p> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "product", "name": "Tutorsglobe", "image": "https://www.tutorsglobe.com/IncludeLib/Images/logo.png", "description": "elearning Platform - Tutor Service", "brand": { "@type": "elearning", "name": "Tutorsglobe" }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.9", "ratingCount": "37128" } } </script> <a href="#" class="settings"><i class="fa fa-angle-up"></i></a> <ul class="social-icons"> <li><a href="https://www.facebook.com/TutorsGlobe" rel="nofollow" target="_blank"><i class="fa fa-facebook-square"></i></a></li> <li><a href="https://twitter.com/Tutorsglobe" rel="nofollow" target="_blank"><i class="fa fa-twitter-square"></i></a></li> <li><a href="#" rel="nofollow"><i class="fa fa-youtube-square"></i></a></li> <li><a href="https://www.linkedin.com/company/tutorsglobe" target="_blank" rel="nofollow"><i class="fa fa-linkedin-square"></i></a></li> </ul> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-32333066-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.tutorsglobe.com/IncludeLib/js/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-5E9QFMFDJR"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-5E9QFMFDJR'); </script> </footer> </div> <!-- /pageWrap --> <div class="overlay"> </div> <!-- JavaScript Files ================================================== --> <script type="text/javascript" src="../IncludeLib/js/jquery-1.11.2.min.js"></script> <script type="text/javascript" src="../IncludeLib/js/bootstrap.min.js"></script> <script type="text/javascript" src="../IncludeLib/js/jquery.mCustomScrollbar.concat.min.js"></script> <script type="text/javascript" src="../IncludeLib/js/script.js"></script> <script type="text/javascript" src="../IncludeLib/js/ie10-viewport-bug-workaround.js"></script> <script type="text/javascript"> //<![CDATA[ var Page_Validators = new Array(document.getElementById("RequiredFieldValidator1")); //]]> </script> <script type="text/javascript"> //<![CDATA[ var RequiredFieldValidator1 = document.all ? document.all["RequiredFieldValidator1"] : document.getElementById("RequiredFieldValidator1"); RequiredFieldValidator1.controltovalidate = "txtcomments"; RequiredFieldValidator1.errormessage = "Write atleast 100 words!!"; RequiredFieldValidator1.validationGroup = "Review"; RequiredFieldValidator1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid"; RequiredFieldValidator1.initialvalue = ""; //]]> </script> <script type="text/javascript"> //<![CDATA[ var Page_ValidationActive = false; if (typeof(ValidatorOnLoad) == "function") { ValidatorOnLoad(); } function ValidatorOnSubmit() { if (Page_ValidationActive) { return ValidatorCommonOnSubmit(); } else { return true; } } //]]> </script> </form> </body> </html>