1. 인용 <blockquote cite="사이트 주소">인용할 내용</blockquote>

자동 들여쓰기 됨


ex)

<p>Here is a quote from WWF's website:</p>

<blockquote cite="http://www.worldwildlife.org/who/index.html">

For 50 years, WWF has been protecting the future of nature.

The world's leading conservation organization,

WWF works in 100 countries and is supported by

1.2 million members in the United States and

close to 5 million globally.

</blockquote>




2. 주석<!--주석 표시-->



3. 배경 칼라

<h1 style="background-color:Tomato;">Tomato</h1>

<h1 style="background-color:Orange;">Orange</h1>

<h1 style="background-color:DodgerBlue;">DodgerBlue</h1>

<h1 style="background-color:MediumSeaGreen;">MediumSeaGreen</h1>

<h1 style="background-color:Gray;">Gray</h1>

<h1 style="background-color:SlateBlue;">SlateBlue</h1>

<h1 style="background-color:Violet;">Violet</h1>

<h1 style="background-color:LightGray;">LightGray</h1>



4. Color Picker

https://www.w3schools.com/colors/colors_picker.asp



5. <img src="파일명.jpg" alt="Mountain View">

jpg, gif, png 사용 가능

Mountain View는 사진을 고의적으로 안보고 싶을 때나 

사진이미지가 안 나올 때 alt에 적힌 내용이 대치해줌




출처 : www.w3schools.com

'programing > html5&css3' 카테고리의 다른 글

해외 마켓 플레이스와 쇼핑몰 / 부트스트랩  (0) 2018.02.27
html 기초 강의 3  (0) 2018.01.30
html 기초 강의 1  (0) 2018.01.29
css3 기초 - gradient 속성 (그라데이션)  (0) 2018.01.09
css3 기초  (0) 2018.01.08

+ Recent posts