LoginSignup
0
0

More than 1 year has passed since last update.

初心者が一か月目でアンドロイドアプリ開発中に起きたエラー

Posted at
1 / 2

1 デザインとして解決したいプログラムやレイアウトを考える。
2 cssとして解決できる要素なのかを見分ける。
3 JSとしてできるプログラムなのか見分ける。

スクレイピング scraping

<html></html>
<body></body>
<h></h>
<p></<p>
<br></br>
<li></li>
<div></div>
<div class="></div>
<style></style>
<script></script>
<code></code>
<detail><summary></summary></detail>

css property
.id{text-align:left;
color:;}
`

参照
https://qiita.com/shizen-shin/items/a997bc228fa2850c9fce

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0