<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>tiaki860のブログ</title>
<link>https://ameblo.jp/tiaki860/</link>
<atom:link href="https://rssblog.ameba.jp/tiaki860/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>ブログの説明を入力します。</description>
<language>ja</language>
<item>
<title>to add same css effect to different HTML cord</title>
<description>
<![CDATA[ <p>to do that, just separet with "," on the css cord that you want to give the same effect</p><p>&nbsp;</p><p><img src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/101/1482393363722.png"></p><p><img contenteditable="inherit" height="600" src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/101/1482393384131.png" width="560"></p><p><img contenteditable="inherit" height="600" src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/101/1482393393261.png" width="560"></p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12555308498.html</link>
<pubDate>Tue, 10 Dec 2019 11:45:13 +0900</pubDate>
</item>
<item>
<title>contact form. input and textarea</title>
<description>
<![CDATA[ <p>to wright some text on the web,&nbsp; use imput or textarea function.&nbsp;</p><p><br>imput ; it can wright only one row of text&nbsp;<br>textarea; it fot wright multiple row or long article.&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p><img src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/1/1492389534167.png"><img contenteditable="inherit" height="376" src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/101/1481887927831.gif" width="614"></p><p>submitting bottom&nbsp;<br>the bottom for submit and sending something, to make it use &lt;input type= "submit"&gt;</p><p><br>it shows up bottom for sending on the wed&nbsp;</p><p>in the japanese browser deffolt setting is " 送信" but if you dont like to use it, you can chagne text with "value" function&nbsp;<br><br><img src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/101/1482054046966.png"></p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12555306922.html</link>
<pubDate>Tue, 10 Dec 2019 11:42:18 +0900</pubDate>
</item>
<item>
<title>border , margin</title>
<description>
<![CDATA[ <p>to add border use "border" function&nbsp;<br><br>how to use&nbsp;<br>ex&nbsp;<br>on the css sheet&nbsp;<br>border:&nbsp; &nbsp; &nbsp; 5px&nbsp; &nbsp; &nbsp; &nbsp; solid&nbsp; &nbsp; &nbsp; red;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; thick ness&nbsp; &nbsp; type&nbsp; &nbsp; &nbsp;color</p><p>&nbsp;</p><p>the border function has 4 type&nbsp;</p><p>&nbsp;</p><p>border-top</p><p>border-bottom&nbsp;</p><p>border-right&nbsp;</p><p>border-left&nbsp;</p><p>&nbsp;</p><p>when it use only border, the things that you add on soround by border&nbsp;</p><p>&nbsp;</p><p>margin function is give space to the outside of some object&nbsp;</p><p><img data-id="2985" src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/101/1481597611390.png">way to cording margin&nbsp;</p><p><img src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/101/1482384733358.png"></p><p><img contenteditable="inherit" height="600" src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/101/1482384741729.png" width="560"></p><p><img src="https://d2aj9sy12tbpym.cloudfront.net/progate/shared/images/slide/html/study/1/1514282199730.png"></p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12555298079.html</link>
<pubDate>Tue, 10 Dec 2019 11:10:39 +0900</pubDate>
</item>
<item>
<title>to change the color of specific character</title>
<description>
<![CDATA[ <p>&lt;span&gt; element is the cord thet designate where to effect css cord&nbsp;<br><br>to use it, soround text with &lt;span&gt; element&nbsp;</p><p>ex&nbsp;</p><p>html sheet<br>&lt;span&gt; progate&nbsp;&lt;/span&gt;&nbsp;</p><p><br>css sheet&nbsp;</p><p>span {<br>&nbsp; &nbsp; color:#ff0000;<br>}</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12555290051.html</link>
<pubDate>Tue, 10 Dec 2019 10:43:08 +0900</pubDate>
</item>
<item>
<title>&lt;div&gt; , list editing , padding</title>
<description>
<![CDATA[ <p><br>div is the abbreviation of " divition"&nbsp;<br>&lt;div&gt;&lt;/div&gt;<br>this is use as&nbsp;make group for make different class.&nbsp;<br><br>nomaly &lt;div&gt; tage is in the body tag<br><br><br><br>To make class name in div tage, follow the cord bellow.<br><br><br><br>&lt;body&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class = "header"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class = "main"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class = "footer"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br>&lt;/body&gt;<br><br>on the css cord you able to use the designation class name.&nbsp;<br><br><br><br>To switch raw and corromun need CSS. To do so that use"float:left;"&nbsp;<br><br><br><br>to give the space to text or some iamge, use "padding "<br><br><br><br>to operate padding, there is 3 way.&nbsp;<br><br>1&nbsp;<br>padding-top: 20 px;<br><br>padding-right: 20 px;<br><br>padding-bottom: 20 px;<br><br>padding-left: 20 px;<br><br><br><br>padding: 20 px;&nbsp;10px&nbsp;&nbsp;&nbsp;20 px;&nbsp;&nbsp;&nbsp;10px;&nbsp;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top&nbsp;&nbsp;&nbsp;&nbsp;right&nbsp;&nbsp;bottom&nbsp;&nbsp;&nbsp;left<br><br>padding&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20 px&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10px;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top ;bottom&nbsp;&nbsp;right + left<br>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12555276454.html</link>
<pubDate>Tue, 10 Dec 2019 09:55:54 +0900</pubDate>
</item>
<item>
<title>HTML proclamation</title>
<description>
<![CDATA[ <p>To start write HTML cord. It need proclamation of HTML below&nbsp;<br><br>&lt;!DOCTYPE html&gt;</p><p>&nbsp; &nbsp; &lt;html&gt;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;head&gt;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/head&gt;</p><p>&nbsp;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &lt;body&gt;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/body&gt;</p><p>&nbsp; &nbsp; &lt;/html&gt;</p><p>&nbsp;</p><p>in the head, add character cord , page title , scc link and other</p><p>&nbsp;</p><p>basicly need 3 thing&nbsp;<br>&nbsp;</p><p>&lt;meta charset="utf-8"&gt;<br>&lt;title&gt;page title&lt;/title&gt;<br>&lt;link rel = "stylesheet" href="stylesheet.css"&gt;</p><p>&nbsp;</p><p>rel = "stylesheet" on the cord is for the proclamation of css&nbsp;<br>href = "stylesheet.css" on the cord is name of css file that you want to add in&nbsp;</p><p>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12554957074.html</link>
<pubDate>Mon, 09 Dec 2019 17:07:51 +0900</pubDate>
</item>
<item>
<title>add specific CSS on specific HTML</title>
<description>
<![CDATA[ <p>To add on specifc CSS such as change the font size and colors<br><br>1 make class name on the tag that you want to add CSS&nbsp;</p><p>2 write class name on SCC sheet&nbsp;<br><br>ex&nbsp;<br>HTML sheet<br>&lt;ul&gt;</p><p>&lt;li class = "selected"&gt;apple&lt;/li&gt;</p><p>&lt;li&gt;orange&lt;/li&gt;</p><p>&lt;li&gt;banana&lt;/li&gt;</p><p>&lt;/ul&gt;<br><br>CSS sheet<br>&nbsp; &nbsp; .selected {</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;color: red;<br>}</p><p>!! dont forget. To designate class name on CSS coad always start form " . "&nbsp;</p><p>all tag with same class name affect the css cord which has same class name.&nbsp;<br><br><br>&nbsp;</p><p><br>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12554943697.html</link>
<pubDate>Mon, 09 Dec 2019 16:21:39 +0900</pubDate>
</item>
<item>
<title>font type, background color,</title>
<description>
<![CDATA[ <p>change the font with CSS&nbsp;<br>h1{<br>&nbsp; &nbsp; font-family: <span style="color:#ff0000;">serif</span>;&nbsp;<br>}</p><p>&nbsp;</p><p>propaty&nbsp; font-family&nbsp;</p><p>font type;: serif&nbsp;<br><br>when font name has a space betwen letter, use the "" to solound the font name.&nbsp;<br><br>to know what type font we can use with font-family go link below<br><a href="https://w3g.jp/sample/css/font-family">https://w3g.jp/sample/css/font-family</a></p><p>&nbsp;</p><p>To change the background color use "background-color" as comand&nbsp;</p><p>ex&nbsp;<br>background-color:#dddddd;&nbsp;<br>after # is the color designation cord&nbsp;</p><p>&nbsp;</p><p>To change the "hight" and "width" use css comand below&nbsp;<br><br>width: 500px;<br>height:80px;<br>&nbsp;</p><p>it can use same cord for the picture with designation the HTML tag</p><p>&nbsp;</p><p>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12554820540.html</link>
<pubDate>Mon, 09 Dec 2019 10:33:00 +0900</pubDate>
</item>
<item>
<title>CSS for good appearance</title>
<description>
<![CDATA[ <p>the CSS is for the desgin final appearnace of web site&nbsp;</p><p>to use it, it need designate HTML tag.&nbsp;<br><br>ex&nbsp;<br>to chage the coller of Progate red from black&nbsp;<br><br>&lt;h1&gt; Progete &lt;/h&gt;&nbsp;<br><br>h1{<br>&nbsp; &nbsp;color: red;&nbsp;<br>}</p><p>&nbsp;</p><p>prosess 1 designate the HTML tag that i wannna change&nbsp;</p><p>prosess 2 give the order&nbsp;<br>---- to give the order, follow the rule of CSS below<br>before :&nbsp; what i want to do&nbsp;<br>before;&nbsp; &nbsp;how it going to do&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>---------------------To change the size of text</p><p>&nbsp;</p><p>to chage the font size, use ths comand&nbsp;<br><br>font-size: 10px;</p><p>&nbsp; the number can change whatevere how big you want</p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12553946452.html</link>
<pubDate>Sat, 07 Dec 2019 17:24:30 +0900</pubDate>
</item>
<item>
<title>HTML</title>
<description>
<![CDATA[ <p>＜ｈ１＞＜/h1&gt;<br>表示する文字の大きさを決定する<br>＜P＞＜/P1&gt;</p><p>改行する</p><p>＜a harf = ""https://google.com&gt;Go to google&nbsp;&lt;/a&gt;<br>指定したリンクを表示する。"Go to google" is the risult that finaly we can see on web.</p><p>&lt;img src="URL of pic"&gt;&nbsp;<br>it show us a image that designation with picture URL</p><p>&lt;li.&gt;text&lt;/li&gt;&nbsp;<br>it is for make list but with only this tag dose not hava any bar for separate those texts&nbsp;</p><p>&nbsp;</p><p>ex&nbsp;<br>&lt;ul&gt;&nbsp;</p><p>&lt;li&gt;text&lt;/li&gt;&nbsp;</p><p>&lt;li&gt;text&lt;/li&gt;&nbsp;</p><p>&lt;li&gt;text&lt;/li&gt;&nbsp;</p><p>&lt;/ul&gt;</p><p>&nbsp;</p><p>those list will be appaer with ・ at behaind of first character</p><p>&nbsp;</p><p>&lt;ol&gt;&nbsp;</p><p>&lt;li&gt;text&lt;/li&gt;&nbsp;</p><p>&lt;li&gt;text&lt;/li&gt;&nbsp;</p><p>&lt;li&gt;text&lt;/li&gt;&nbsp;</p><p>&lt;/ol&gt;<br><br>this will appear with unbers at behind of first character</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/tiaki860/entry-12553935686.html</link>
<pubDate>Sat, 07 Dec 2019 16:49:44 +0900</pubDate>
</item>
</channel>
</rss>
