연습:서화작품.xsl: 두 판 사이의 차이

Vaquita Wiki
편집 요약 없음
편집 요약 없음
6번째 줄: 6번째 줄:
             <style>
             <style>
                 .work-table { width: 100%; border-collapse: collapse; font-family: "Malgun Gothic", serif; }
                 .work-table { width: 100%; border-collapse: collapse; font-family: "Malgun Gothic", serif; }
                 .work-table th, .work-table td { border: 1px solid #aaa; padding: 15px; text-align: left; }
                 .work-table td { border: 1px solid #aaa; padding: 15px; text-align: left; }
                 .work-table th { background-color: #e8f0f7; color: #2c3e50; }
                 .work-table th { border: 1px solid #aaa; padding: 15px; background-color: #e8f0f7; color: #2c3e50; text-align: center; }
                 .art-image { width: 80px; height: 40px; object-fit: contain; background-color: #f9f9f9; }
                 .art-image { width: 80px; height: 40px; object-fit: contain; background-color: #f9f9f9; }
             </style>
             </style>

2026년 2월 26일 (목) 23:08 판

<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

   <xsl:template match="/">
       
        
            
        
        
            
                    
작품 이미지 작품명 작가 설명 소장처
{title}
</xsl:template>

</xsl:stylesheet>