-
Whether you’re a coder or not, some basic HTML and CSS knowledge is always a plus. While there are multiple website builders out there now that do all the heavy lifting, they’re not always perfect. Every once in a while, you’ll find a broken image. Or you’ll realize you want to re-format some text so that it’...
-
Pass Wizard, a cloud-based password management service that is currently in beta, will officially release soon. As of now, you can store 30 passwords for free, so please register and try it out. If you want to store more than 30 passwords, you can get our paid account, which will cost $19.95/year and will not have a pa...
-
Dear valued customer,Thank you for choosing Pacific Software Publishing, Inc.We are always looking to improve the services we offer you.As such, we will be conducting Dreamersi system update.We will be updating our phpmyadmin version from 4.9.4 to 5.1.1**Please note that phpmyadmin 5.1.1 does not work with php5.6....
-
投稿日 2016-02-23 07:32
PSPINC代表 内倉憲一の公式ブログ
by
内倉憲一
PSPinc のホスティングサービスの新バージョンのリリースが近づいています。今日は営業スタッフを対象に新バージョンの機能説明を行いました。
-
投稿日 2000-01-01 19:28
こんにちは。紫のバラの人です。
by
哀愁☆太郎
■文字に色を付ける青にする< h5 style="color:blue" >文字青< /h5> 文字青 ■文字サイズを変える h1のサイズ h3のサイズ h6のサイズ フォントサイズを5にする< p >< font size="5" >font...
-
投稿日 2000-01-01 18:55
こんにちは。紫のバラの人です。
by
哀愁☆太郎
HTMLを装飾するもの HTMLコードがあって、どのように装飾するかをCSSで指定する。 HTMLとCSSは別ファイルに記述する。 HTML=index.html < h1 >Progate< /h1 > CSS=stylesheet.css h1{ color:red; }...
-
投稿日 2000-01-01 18:49
こんにちは。紫のバラの人です。
by
哀愁☆太郎
< li > ListItem 箇条書きしたいことばそれぞれを< li >と< /li >で囲む < ul >で囲む→中黒。 unordered list:順序がないリスト < ol >で囲む→数字の連番。 ordered list:順序が...
-
投稿日 2000-01-01 18:32
こんにちは。紫のバラの人です。
by
哀愁☆太郎
■属性 fontよりstyleよりclass style属性= 指定範囲を直接的に装飾する。 同じ装飾を複数箇所させたいときに都度同じ記述をしなければならず、微調整をしたい場合、すべてを書き直す必要がある。 class属性= 装飾内容はCSSファイルに記述されているので、HTML等のファイル中での記...
-
投稿日 2000-01-01 16:46
こんにちは。紫のバラの人です。
by
哀愁☆太郎
HTMLの全体構造 ■headとbody head要素→ページに関する情報。ブラウザに表示されない。 body要素→実際に表示する内容 ■構造の概要 < !DOCTYPE html >--------------HTMLのバージョン宣言。 < html > < he...
-
投稿日 2000-01-01 16:10
こんにちは。紫のバラの人です。
by
哀愁☆太郎
🌹WEB🌎html.cssの基本 https://jp.bloguru.com/love/456731/webhtmlcss 🌹WEB🌎文字を書く https://jp.bloguru.com/love/455162/web 🌹WEB🌎文字配置 https://jp.bloguru.com/love...