Themes: default 3024-day blackboard cobalt eclipse mbo mdn-like monokai pastel-on-dark rubyblue the-matrix xq-light
Tutorial Brain @2019
<!DOCTYPE html>
<html>
<body>
<h2>Example for src Attribute</h2>
<p>To define image tag and name of image file source attribute is used.</p>
<img src="img/purpleflower.jpg">
</body>
</html>