Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 3 Create a file called stars.html that contains all the Javascript, HTML, CSS and SVG used to create the following custom element. This element
Exercise 3 Create a file called stars.html that contains all the Javascript, HTML, CSS and SVG used to create the following custom element. This element describes a N point star where the attribute n specifies the number of points, the attribute stroke specifies the colour of the strokes that form the outline of the star, and the attribute fill specifies the fill colour, the attribute width specifies the width of the element in pixels, and the attribute height specifies the height of the element in pixels. For testing the stars.html should contain: Your stars should look similar to the Isotoxal stars shown in the wikipedia article. SVG must be used to create the stars. The name of the custom element should be NStar
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started