マガジンのカバー画像

コーディング練習(HTML)

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

#勉強

コーディング練習(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>

もっとみる