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>
<p>Normal text.</p>
<p><strong>Strong text</strong></p>
<p>strong tag specifies an important text and it is a new HTML5 tag, earlier ‘b’ tag is used to highlight the text</p>
</body>
</html>