<a href=”https://url.xyz” target=”_blank”>Link to url.xyz</a>
<ul data-type=”generic-list”>
<li>One</li>
<li id=”selected”>Two</li>
<li>Three</li>
</ul>
<img src=”img/bg.jpg”>
<p data-type=”quote”>Coding is <span>great!</span></p>
.button-submit {
background-color: blue;
}
#user-input {
font-size: 2rem;
margin-top: 15px;
}
section {
padding: 0 1rem 0 1rem;
width: 50%;
}
let amountCounter;
amountCounter = 55;
amountCounter = 127;
const currentName = "Bob";
function checkStatus(number, limit) {
if (number > limit) {
return "Above limit";
}
else {
retrun "Below limit";
}
}
const PersonData = {
name: "Alice",
age: 25,
grades: {
digital-fabrication: [5.5, 5, 5.5, 4],
coding: [5, 6, 5.5]
trainings: true
}
}