Aタグ
<a href="https://test.html" target="_blank">あいうえお</a>
imageタグ
<img src="img/terazii.jpg" width="100px" height="100px" >
サイズの指定
font-sizeを絶対値で指定する「px」
親要素のfont-sizeを1として指定する「em」
文書のルートであるhtml要素のfont-sizeを1として指定する「rem」
表示、非表示の変更
非表示
style=”display:none;”
表示
style=”display:block;”