Darren Trofimczuk
  • Home
  • MY COURSES
    • HTML
    • Python
    • PowerBI / Analytics
    • Android App Dev
    • Communication Tools >
      • Infographics
      • Virtual Meetings
    • CRM-Hubspot & Dynamics >
      • CRM-Intro part 1
      • CRM Training part 2
    • Excel Basics >
      • Cell References
      • Charts & Filtering
      • Basic Functions
      • Filtering
      • VLookUp
      • Pivot Tables
      • HLookUp
      • SumIF & SumIFS
    • Social Media & Marketing >
      • Analytics Social Media
      • Online Sale Analytics
    • Project Management Tools
    • Digital Footprint
    • MS Office Basics >
      • PowerPoint
      • Adobe Photoshop
  • PROJECTS
    • Research
    • DigiDay 2017
    • Vihtakadun Coding Club >
      • Online Gaming (Ping Pong)
      • Code Club Grade 4-6
      • Code Club 2016 (HTML)
    • DigiDay 2016, Porvoo
    • Digi Aamiainen
    • TrofTech Business 2014
    • Nordic Network 2013
    • Lego Robotics 2012
  • Blog
  • 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/


​Contact Links


Address

Haaga-Helia,
Ratapihantie 13, 00520
​Helsinki

Telephone

+358 (0)40 488 7215

Email

darren.trofimczuk@haaga-helia.fi
  • Home
  • MY COURSES
    • HTML
    • Python
    • PowerBI / Analytics
    • Android App Dev
    • Communication Tools >
      • Infographics
      • Virtual Meetings
    • CRM-Hubspot & Dynamics >
      • CRM-Intro part 1
      • CRM Training part 2
    • Excel Basics >
      • Cell References
      • Charts & Filtering
      • Basic Functions
      • Filtering
      • VLookUp
      • Pivot Tables
      • HLookUp
      • SumIF & SumIFS
    • Social Media & Marketing >
      • Analytics Social Media
      • Online Sale Analytics
    • Project Management Tools
    • Digital Footprint
    • MS Office Basics >
      • PowerPoint
      • Adobe Photoshop
  • PROJECTS
    • Research
    • DigiDay 2017
    • Vihtakadun Coding Club >
      • Online Gaming (Ping Pong)
      • Code Club Grade 4-6
      • Code Club 2016 (HTML)
    • DigiDay 2016, Porvoo
    • Digi Aamiainen
    • TrofTech Business 2014
    • Nordic Network 2013
    • Lego Robotics 2012
  • Blog
  • Contact