WEBサイト制作の勉強

WEBサイト制作の勉強の為の解説ブログです。

フェリカテクニカルアカデミー

2022-11-17から1日間の記事一覧

Furniture-storeの作業データ

index.html <html lang="ja"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Furniture-store</title> <link rel="stylesheet" href="css/style.css"> </head> <body> <header> <…</header></body></html>

11月17日の作業データ(テキストティッカー)

<html lang="ja"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>テキストティッカー</title> <style> *{ margin: 0; padding: 0; line-height: 1.0; } ul{ list-style: none; text-align:…</meta></meta></meta></head></html>