DARREN TROFIMCZUK
  • Home
  • Publications
  • MY COURSES
    • Artificial Intelligence
    • HTML
    • Python
    • Excel Basics >
      • Cell References
      • Charts & Filtering
      • Basic Functions
      • Filtering
      • VLookUp
      • Pivot Tables
      • HLookUp
      • SumIF & SumIFS
    • Online Analytics & SEO >
      • PowerBI Desktop / Analytics
    • Project Management Tools
    • Digital Footprint
    • CRM-Hubspot & Dynamics
  • CV
  • Contact
Picture

HTML 5

These support files are for designed to support the videos on my YouTube channel for learning how to use basic HTML 5 for website design
Picture

Picture
YOUTUBE URL LINK:
​youtu.be/7fMg3tDc5Z4
Key tags for video part 1:
<!DOCTYPE html>
<html>
<head>
<title>Darren's Website Design</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

Picture
Website YouTube URL:
​​https://youtu.be/DPZrgVZheLA
Key tags for video part 2:

Hyperlinks:
(external):
<a href="https://www.darrentony.com">This is a link</a>

(Internal/other page):
<a href="page name.html">This is a link</a>

Images:
<img src="picture name.jpg" alt="picture" width="500" height="600">

Colours:
<body style="background-color:blue;">

Website colours resource: https://htmlcolorcodes.com/

  • Home
  • Publications
  • MY COURSES
    • Artificial Intelligence
    • HTML
    • Python
    • Excel Basics >
      • Cell References
      • Charts & Filtering
      • Basic Functions
      • Filtering
      • VLookUp
      • Pivot Tables
      • HLookUp
      • SumIF & SumIFS
    • Online Analytics & SEO >
      • PowerBI Desktop / Analytics
    • Project Management Tools
    • Digital Footprint
    • CRM-Hubspot & Dynamics
  • CV
  • Contact