본문 바로가기

inventor

WebView,HTML id

 

 

 

<!DOCTYPE html>
<html>
<head>
<style>
#para1 {
  text-align: center;
  color: blue;
}
</style>
</head>
<body>

<p id="para1">Hello World!</p>
<p>Hello World!</p>

</body>
</html>

'inventor' 카테고리의 다른 글

Webview, list  (0) 2022.11.19
WebView, Box, border, padding, margin,content  (0) 2022.11.19
WebView Class  (0) 2022.11.18
WebView, CSS  (0) 2022.11.18
WebView, Style  (0) 2022.11.18