Я пишу HTML в визуальном коде.пример:
<header>
<h1 style="text-align: center">Customer Name: 0</h1>
<h2 style="text-align: center">Year: 2001 ,month: 12</h2>
<h3 style="text-align: center">Total price: 100</h3>
</header>
и я хочу скопировать вставить код в Visual Studio 2017
, но в Visual Studio это выглядит так:
"<header>
< h1 style = "text-align: center" > Customer Name: 0 </ h1 >
< h2 style = "text-align: center" > Year: 2001 ,month: 12 </ h2 >
< h3 style = "text-align: center" > Total price: 100 </ h3 >
</ header > "
как я могу вставитьэто так?
"<!DOCTYPE html><html><head><title></title></head><body><header>