Please help me, i dont get this. groceries.html is contained Grocery List: egg,
ID: 3720478 • Letter: P
Question
Please help me, i dont get this. groceries.html is contained Grocery List: egg, milk, butter as specifications.
?This is what i put on notepad from html file below:
Project 10-1: HTML to Text Converter . Instructions HTML Converter Create a program that reads an HTML file and converts it to plain text. Console HTML Converter Grocery List Eggs "Milk " Butter Specifications Use the attached HTML file titled groceries.htmL The file contains an HTML list with these contents: Grocery List Eggs . Milk Butter Open the file in notepad or another text editor and review what the HTML tags look like. Note: You don't need to know HTML to do this assignment, you only need to know how to replace the HTML tags (string data). When the program starts, it should read the contents of the file, remove the HTML tags, remove any spaces to the left of the tags, add asterisks () before the List items, and display the content and the HTML tags on the console as shown above. groceries html (89 Bytes)Explanation / Answer
HI,
Do need the front page that exactly looks like Project 10-1:HTML to Text converter
And the code you have given has some links,which I can't access.
here is the one, I modified little bit in your code:
<!DOCTYPE html>
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type="text/javascript" src="/d2l/common/math/MathML.js?v=10.8.0.10926-199">
document.addEventListener('DOMContentLoaded', function()
{ D2LMathML.DesktopInit('https://s.brightspace.com/lib/mathjax/2.6.1/MathJax.js config=MML_HTMLorMML','https://s.brightspace.com/lib/mathjax/2.6.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML')})
</script>
</head>
<body>
<h1>
Console
</h1>
Grocery List
<ul>
<li>Eggs</li>
<li>Milk</li>
<li>Butter</li>
</ul>
<h1>
Specifications
</h1>
Use the attached HTML file titled groceries.html.The file contains an html list with these contents
<ul>
<li>Eggs</li>
<li>Milk</li>
<li>Butter</li>
</ul>
</body>
</html>
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.