html-css-js further intro
local html, medium + codepen, github pages
Sparisoma Viridi
20260310_v1 | https://butiran-x.github.io/26c46/
github pages
- Create repository.
- Create
docs/index.html. - Create GitHub Actions.
- Change settings for GitHub Pages.
- Add website link to repository page.
- Open the deployed website.
textareabox
- It is a group of label and textarea.
- It can be used as a input element that already has visible label above it.
- The textarea and label elements are inside a div element.
- There are function for reading all lines in the textarea, clear content of it, and add line of text to it.
div-n-text in div
- It shows how to style text and div elements inside div element, where several the parent div elements are also inside container div element.
- Features shown are word-break:
break-all;, display: flex;, display: inline-block;, paddding-top: [n]px;, paddding-left: [n]px;, paddding-right: [n]px;, paddding-bottom: [n]px;, margin-top: [n]px;, and margin-left: [n]px;.