how to do this?
Give the first <p></p>
an id attribute of “large”.
Give the second <p></p>
an id attribute of “small”.
how to do this?
Give the first <p></p>
an id attribute of “large”.
Give the second <p></p>
an id attribute of “small”.
Please tell us, have you have studied HTML and CSS before? How about JavaScript?
1-2 i did, but 3 not
JSX elements can have attributes, just like HTML elements can.
A JSX attribute is written using HTML-like syntax: a name, followed by an equals sign, followed by a value. The value should be wrapped in quotes, like this:
my-attribute-name=“my-attribute-value”
Here are some JSX elements with attributes:
Welcome to the Yahoo;
var title =
var panda = ;
Declare a variable named p1.
Set p1 equal to a JSX
Im dont understand it is html or else I first time do this test i would like to learn to program
This is like jumping into the deep end. May I recommend taking the JavaScript track before embarking on this course. Brush up on HTML/CSS while you are at it. Put this course on hold.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.