function
funMake() {
document.getElementById(
'p1'
).removeAttribute(
'style'
);
}
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
script
src
"js/script.js"
></
</
body
p
id
"p1"
style
"color: red"
>Hello World!</
funMake();