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

Vaquita Wiki
편집 요약 없음
편집 요약 없음
5번째 줄: 5번째 줄:
         <head>
         <head>
             <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; font-size:13; }
                 .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 { border: 1px solid #aaa; padding: 15px; background-color: #e8f0f7; color: #2c3e50; text-align: center; }
                 .work-table th { border: 1px solid #aaa; padding: 15px; background-color: #e8f0f7; color: #2c3e50; text-align: center; }
14번째 줄: 14번째 줄:
             <table class="work-table">
             <table class="work-table">
                 <tr>
                 <tr>
                     <th width="20%">작품 이미지</th>
                     <th width="15%">작품 이미지</th>
                     <th width="20%">작품명</th>
                     <th width="20%">작품명</th>
                     <th width="15%">작가</th>
                     <th width="15%">작가</th>
                     <th width="30%">설명</th>
                     <th width="35%">설명</th>
                     <th width="15%">소장처</th>
                     <th width="15%">소장처</th>
                 </tr>
                 </tr>

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

<?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>