gpt4 book ai didi

css - 缺少索引文件 Brackets IDE

转载 作者:行者123 更新时间:2023-11-28 03:28:27 25 4
gpt4 key购买 nike

这是一个我没有完全理解的问题。我需要更深入的了解,但我无法在其他地方找到它。

大家好。我在括号 IDE 中收到一个错误,看起来像这样 http://imgur.com/WccBRtf .我完全不明白这里发生了什么,那是因为我不知道 HTML5 索引文件到底是什么。我命名为 index.html 的文件只是我不想运行的网页的主要 HTML5 代码。文件如下

<head>
<!-- Title of webpage -->
<title>

Name of Guild

</title>

<!-- Link the CSS file so that the html5 can display it -->
<link rel = "Stylesheet" type = "text/CSS" href = "GuildPageStyle.css">

</head>

<!-- Main Body of the page -->
<body>







<!--Post section-->


<div class = "PostsSEC">




<!-- The way to display multiple posts is to go through a while loop counting up until all posts have been displayed with the current pots being displayed being equal to the current post in the while loop -->
<p id = "PostMain">

*A post*

</p>

<!--This is not the image, this is box it is in-->
<p id = "PostPosterBoxOR">

< ORIGINAL
<br />
POSTER

</p>
<p id = "PostPosterBoxBL">



</p>

<!--The next section is totally reliant on a server side language. This is the likes and votes by other powered members of the group-->





<div id = "EndMessage">
<!-- Message at the end of the posts declaring that it is the end -->
<h1 id = "PostsEnd">

That's all the current posts

</h1>



<!-- Change the something Missing to a link after completion -->
<h3 id = "ErrorCheckPostEnd">

Something Missing?

</h3>
</div>


</div>

<!--Profile/Users/Follower barier-->
<div id = "Bar">
</div>

<div id = "BackgroundBlock">
</div>

<img src = "http://i.imgur.com/64cUAcH.png" id = "GuildLogo" />

<!--The group of users-->

<div id = "Users">

<!--Replace this section with PHP reliant on the users-->

</div>

<img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileOne" />

<img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileTwo" />

<img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileThree" />

<img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileFour" />

<img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileFive" />

<img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileSix" />

<div id = "BackgroundBlockade">
</div>

<p id = "BioBlock">
This is a bio
</p>

</body>

直到昨天,我才完全能够运行括号中的文件。然后,从我的 Angular 来看似乎没有任何原因,我变得无法运行代码。在它停止工作后,我将 HTML5 文件的名称更改为 index.html 并保持 CSS 文件完全相同。我不知道发生了什么,也什么都听不懂。

我意识到对于更有经验的程序员来说,这可能看起来像是一个类似于“为什么这段代码不运行”的问题,而所有错误的地方在于他们忘记执行“std::”而不是仅仅写出“endl” .我是 HTML5 的新手,完全迷失在这里。我感谢你的时间。祝你有个愉快的夜晚。

这是另一张图片来帮助

http://imgur.com/QELF7Ts

(是的,我确实尝试删除“HTML5 公会页面 html.html”)

最佳答案

所以我已经解决了这个问题。通过将元素作为文件夹而不是一次打开一个单独的文件,我成功地解决了它。问题解决了

关于css - 缺少索引文件 Brackets IDE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44866572/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com