Web Page Development
Web Page Development
May 26, 2020 Comments Off on Web Page Development Uncategorized Assignment-helpUse Visual Studio to create a New Web Site. Select the ASP.NET Empty Web Site template to create the Web site. Use the File System Web location to create the Web site at the selected location and give the Web site an appropriate name.Create a static Web page that includes the basic structure of a valid HTML (not XHTML) document and a CSS file.Make sure to includethe language attribute of the html element andthe character set attribute of the metadata element.Name the Web page Unit3.htmlLink to the Unit3.css file used to style and layout the Web page.Assign “Unit 3 IP” to the title.Structure the Web page using the HTML semantic elements headersectionfooterWithin the structure of the Web page add other HTML elements including at least:one level-one heading for the page in the headernavigation in the header that includes a one level-two heading for a table of contents in the headerlist of at least three placeholders thatnavigate to the paragraphs in the sectionimplement accessibility guidelinesone level-three heading for the sectionthree paragraphs in the sectionbeginning of each paragraph is an anchor or IDadditional text to lengthen the documentthree paragraphs in the section, one after each content paragraph, these will contain a link that navigates back to the table of contentsone figure element in the section to display Image that implements accessibility guidelinesCopy the image file to the Web site folder.Submit the image file along with the document.figure captionfigure element in the section to display figure captiontable withtable headertable bodyat least three table rowsat least three table datatable footer that spans three columnsUse of any inline elements should follow current standardsNo style should be appliedValidate the HTML in the Web page.Develop an external CSS to provide style, presentation, and layout to the HTML document.Select Website > Add New Item from the menu and select Style Sheet from Add New Item dialog box. Name the style sheet Unit3.css.Link the CSS file to the HTML document.Add style rules to Unit3.css to accomplish the following:In the following order, use the Calibri font, Arial font, or any available sans-serif font for the text.Set the font size for the body to 85% of the browser’s default font size.Set the width of the window to display the document to 950.Center the text in the header.Set the font size for the level-one heading in the header to two and one-half times the browser’s default font size.Set the font size for the level-two heading in the header and the level-one heading in the section to one and three-quarter times the browser’s default font size.Set the text to undecorated and one and one-quarter times the browser’s default font size when the user hovers over or focuses on the links in the table of contents.Set the width of figures to 300.Display figures on the right with the paragraph text flowing to the left of the figures.Set the margin for figures to the equivalent of one capital M on all sides.Set the padding for figures to the equivalent of one capital M on all sides.Display a one pixel black border to the left of figures.Bold the text of figure captions.Set the size of the font of figure captions to one and one-quarter times the browser’s default font size.Center the text of figure captions.Clear the float of the figures in the paragraphs that return the user to the table of contents.Center the text of the paragraphs that return the user to the table of contents.Display the footer in the center of the page.Display a one pixel black border around the table, all table data and table headers.Center the text in the table footer.Bold the text in the table footer.


