Here are 6 ways in which these technologies are combined to create Web pages.
Close
These are the HEAD elements like meta, title, link,
style, and script.
Close
These are ways that you use HTML to actually place content in the page:
<p>The P tag is how you put text on the page.</p>
<img href="test-image.jpg" alt="This is a test image." />
Close
Javascript waits for a click event to display this little window.