{"id":15319471,"url":"https://github.com/zidan970/lbe-alpro","last_synced_at":"2026-01-24T08:31:01.132Z","repository":{"id":68928156,"uuid":"309983603","full_name":"zidan970/LBE-ALPRO","owner":"zidan970","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-04T12:39:05.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T05:37:52.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zidan970.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-11-04T11:32:53.000Z","updated_at":"2020-11-04T12:39:07.000Z","dependencies_parsed_at":"2023-04-04T15:32:34.532Z","dependency_job_id":null,"html_url":"https://github.com/zidan970/LBE-ALPRO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zidan970/LBE-ALPRO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidan970%2FLBE-ALPRO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidan970%2FLBE-ALPRO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidan970%2FLBE-ALPRO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidan970%2FLBE-ALPRO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zidan970","download_url":"https://codeload.github.com/zidan970/LBE-ALPRO/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidan970%2FLBE-ALPRO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28720712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T09:04:54.600Z","updated_at":"2026-01-24T08:31:01.128Z","avatar_url":"https://github.com/zidan970.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# LBE-ALPRO 2020\n\nMINGGU 1\n1) Format File HTML\n  \u003cbr/\u003e .html atau .htm\n2) Tag\n  \u003cbr/\u003e a. opening tag dan closing tag (opening tag – content – closing tag)\n  \u003cbr/\u003e b. self closing tag\n3) Atribut\n  \u003cbr/\u003e a. Informasi tambahan yang melekat pada tag\n  \u003cbr/\u003e b. Contoh : \u003ca href=\"www.facebook.com\"\u003eFacebook\u003c/a\u003e\n4) Elemen\n  \u003cbr/\u003e a. Bagian pada HTML yang terdiri dari opening tag – konten – closing tag\n  \u003cbr/\u003e b. Contoh :  \u003ctitle\u003eHello World!\u003c/title\u003e\n5) Struktur HTML\n  \u003cbr/\u003e a. Page Titles\n     \u003cbr/\u003e Contoh : \u003ctitle\u003eMy page\u003c/title\u003e\n  \u003cbr/\u003e b. Paragraphs\n     \u003cbr/\u003e Contoh : \u003cp\u003eThis is paragraph 1.\u003c/p\u003e\n  \u003cbr/\u003e c. Headings\n     \u003cbr/\u003e Contoh : \u003ch1\u003eHeading 1\u003c/h1\u003e \n  \u003cbr/\u003e d. Lists\n  \u003cbr/\u003e e. Images\n     \u003cbr/\u003e\n     \u003cbr/\u003e Contoh : \u003cimg src=“picture.gif” width=“120” height=“90” alt=“Picture”\u003e\n     \u003cbr/\u003e\n  \u003cbr/\u003e f. Tables\n  \u003cbr/\u003e g. Forms\n  \u003cbr/\u003e h. Inputs\n  \u003cbr/\u003e i. Span dan DIV\n     \u003cbr/\u003e - Span digunakan untuk menandai sebuah bagian in-line dari HTML (misal di dalam paragraf)\n     \u003cbr/\u003e - Div (division) digunakan untuk menandai sebuah bagian blok dari HTML\n  \u003cbr/\u003e i. Links\n     \u003cbr/\u003e Contoh : \u003ca href=“www.facebook.com”\u003eFacebook\u003c/a\u003e\n  \nMINGGU 2\n1) Fungsi CSS\n2) Applying CSS\n3) Selectors, Properties, Values\n4) Colors\n5) Text\n6) Margins and Padding\n7) Borders\n8) Grouping and Nesting\n9) Pseudo Classes\n10) Background Images\n11) Specificity\n12) Version Control System\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzidan970%2Flbe-alpro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzidan970%2Flbe-alpro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzidan970%2Flbe-alpro/lists"}