Affiliate link
HTML Reference - <noscript> tag
Use <noscript> tag to display message if JavaScript is not supported by browser.
HTML Basic Attributes
An element will have a start tag and closing tag.
<tag attribute="value">..content</tag>
These are the basic attributes for html elements.
- id
- class
- name
- style
<div id="myDiv" class="div-class" name="myDiv">
<p style="color: blue">Google</p>
<p style="color: red">Google</p>
<input name="inputName" />
</div>
Code result
Affiliate link
Affiliate link
Affiliate link





