マガジンのカバー画像

コーディング練習(HTML)

3
運営しているクリエイター

#HTML

コーディング練習(HTML)「cellspacing Attribute」

コーディング練習(HTML)「cellspacing Attribute」

<IDOCTYPE html>   <html><head>   <title>Cell Spacing Example</title>    </head><body>   <table cellspacing="5" border="1">       <tr>           <th>Month</th>           <th>Saving</th>       </tr>    

もっとみる
コーディング練習(HTML):some attribute

コーディング練習(HTML):some attribute

<IDOCTYPE html>   <html>       <a href="http://programminghub.io">This is a link</a>           <img src="bird.jpg" alt="love bird"width="104"height="142">   </html></IDOCTYPE>

<a></a>
➡リンクを入れる際に使う。

もっとみる
HTML coding 練習「Title Attrubite」

HTML coding 練習「Title Attrubite」

<IDOCTYPE html>   <html><body>   <h1>About HTMl Titlte Attributtte</h1><p title="About Programing Hub">​Programming Hub app is Python, Assembly, C, C++, C#, Javascript, PHP, Java programing and many l

もっとみる