Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Instructions. In this exercise, you will use your text editor to create a webpage. Add a description meta tag to the webpage and then
Instructions. In this exercise, you will use your text editor to create a webpage. Add a description meta tag to the webpage and then publish the webpage. Work with the apply 1 Istyles.css file in the apply\ess folder from the Data Files for Students. The completed webpage is shown in Figure 11-23. You will also use professional web development practices to indent, space, comment, and validate your code. How to Build Good Credit Building good credit is important for many reasons. If you want to finance the purchase of a car or home, you will need to have good credit to qualify. There are several steps you can take to build good credit. Begin by becoming an authorized user on your parents account. Next, apply for your own credit card with a small line of condit amount Use the credit card to make small purchases each month and pay off the balance each month. Do not make hig, major purchases, unless it for an emergency. Below are a few more tips to build your credit Pay your billa on time Do not apply for more than one credit card at a time Keep your job. Figure 11-23 Perform the following tasks: 1. Use your text editor to create a new HTML file named apply 11.html. Include a comment with your name and today's d s date. 2. Include all necessary HTML5 elements for a webpage. 3. Create a title for the page and use Credit as the webpage title. 4. Insert a description meta tag with a content attribute and use This website provides helpful information about how to build good credit. as the value. 5. Create a header element. 6. Create an h1 element within the header element and include the text How to Build Good Credit as the heading text. 7. Create a main element. 8. Use your browser to research ways to build good credit. Summarize your findings within a paragraph element within the main element. 9. Create an unordered list of at least three steps one should take to build credit. Place the unordered list below the paragraph element, but within the main element. 10. Create a footer element that contains your name. 11. Save your changes. 12. Publish the website files to a remote server. 13. View your published website in your browser. 14. Submit the project in a format specified by your instructor. 15. In this exercise, you researched information about how to build good credit. Return to one of the websites you used to conduct your research and view the page's source file. View the source file and identify the meta tags used for the webpage.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started