vscode-live-server-plus-plus icon indicating copy to clipboard operation
vscode-live-server-plus-plus copied to clipboard

Error previewing in browser

Open ZhhHugoChang opened this issue 1 year ago β€’ 1 comments

<style>
    p:first-child {
        color: aqua;
    }
</style>
<p>text01</p>
<p>This is a passage of text</p>
<p>This is a passage of text</p>
<div>
    <p>text02</p>
    <marquee>
        <p>text03</p>
        <p>This is a passage of text</p>
    </marquee>
    <p>This is a passage of text</p>
    <p>This is a passage of text</p>
    <p>This is a passage of text</p>
</div>
<p>dasd</p>

Run the above code β€œtext01” style is not displayed

ZhhHugoChang avatar Apr 19 '23 07:04 ZhhHugoChang

image

ZhhHugoChang avatar Apr 19 '23 07:04 ZhhHugoChang