Html 기사

코드 예제

1
0

html 에서 div,섹션 및 기사 태그 사용


   <span> - used to stylize a very small part of text by CSS(Cascading Style Sheets).
   <div> - groups content, used mainly to add a class to a groups of different tags and apply CSS.
   <section> - groups related content, helps the  disabled people to communicate to the computer through the assistive technology , forexample: for the screen readers.etc
   <article> - groups independent, self-contained content, helps the  disabled people to communicate to the computer through the assistive technology , forexample: for the screen readers.etc
0
0

html 기사

<article>
  <h2>Article Header</h2>
  <section>
	<h3>Section Header</h3>
 	<p>Paragraph</p>
	<p>Paragraph</p>
	<p>Paragraph</p>
  </section>
  <section>
 	<h3>Section Header</h3>
	<p>Paragraph</p>
	<p>Paragraph</p>
	<p>Paragraph</p>
  </section>
</article>

비슷한 페이지

예제가있는 유사한 페이지

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................