- 1
How to write a line
help
2 Respuestas
+ 1
Please share your code attempt first, that would help us better understand where you are stuck.
We can draw lines in many ways.
Using HTML
* <hr> tag
* line tag in SVG
Using CSS
* borders, outlines, box-shadow, overlaying divs,
Using JS
* Canvas
* dynamic html
0
Html
* <p>hello</p>
* Js
* console.log('hello')
I'm right ?