Search
 
SCRIPT & CODE EXAMPLE
 

HTML

svg line

<svg width="100" height="100">
 <line x1 = "20" y1 = "20" x2 = "200" y2 = "180" stroke = "black" stroke-width = "3"/>
</svg>
Comment

SVG

<svg height="210" width="500">
  <line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
</svg>
Comment

PREVIOUS NEXT
Code Example
Html :: html select color 
Html :: simple html report template 
Html :: meta tag checker 
Html :: how to echo data into an option tag as a link 
Html :: meta for author 
Html :: bootstrap dropdown in table 
Html :: link to parent folder html 
Html :: multiple countdown timer js 
Html :: ng for 
Html :: react button style 
Html :: multiple form submit for different form action 
Html :: textboxfor required 
Html :: bulma cdn 
Html :: change source of iframe attribute target 
Html :: css how to place an icon on a photo 
Html :: html tag for line break 
Html :: conditional script tag in html head site:stackoverflow.com 
Html :: ordered lists html 
Html :: password protect html page 
Html :: remove extra whitespace in pre html 
Html :: tailwind css width 50 percent 
Html :: how to hide .html in address bar 
Html :: how to start new line in html 
Html :: input type 
Html :: html table fixed first column 
Html :: html snippet 
Html :: navbar styles css 
Html :: mobile navigation bar bootstrap 
Html :: twig escape 
Html :: dropzone 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =