HTML

Hans-Petter Halvorsen

Introduction

HTML, or HyperText Markup Language is the visual appearance of a web site. You could say it is the language spoken by web browsers that makes it possible to see web contents in your web browser. All web browser understand HTML. HTML 5 is the latest. HTML is maintained by W3C - World Wide Web Consortium.

Below we see the basic structure of a HTML page:

<!DOCTYPE html>

<html>

<head>

  <meta charset="UTF-8">

  <title>Title of the document</title>

</head>

<body>

 Content of the document......

</body>

</html>

 

Some basic HTML Tags:

Headers:

<h1>This is my Header Level 1</h1>

<h2>This is my Header Level 2</h2>

<h3>This is my Header Level 3</h3>

 

Hyperlinks:

<a href="http://www.google.com">This is a link to Google</a>

 

Images:

<img src=“myimage.jpg" alt=”blabla" width="104" height="142">

 

Video: HTML and CSS:

Create Web Pages using HTML and CSS

 

HTML Editors

Hundreds of Editors for creating HTML pages exists. Below you see some examples

WYSIWYG HTML Editors:

WYSIWYG editors are HTML editors that attempt to display a Web page as it will appear in a browser. WYSIWYG – What You See Is What You Get. You dont need to know HTML syntax - Its just like using MS Word. In order to create more advanced web pages you need to know HTML, CSS, JavaScript, etc.

 

Other HTML Editors (not WYSIWYG)

 

Only possible to change the HTML source code and then select “Preview” in order to see how it looks like in a Web Browser. You need to know HTML syntax

 

CSS

Cascading Style Sheets (CSS) styles define how to display HTML elements CSS is used to control the style and layout of multiple web pages all at once.

 

Additional Resources

Below you find additional resources.

Create Web Pages with HTML and CSS

w3schools.com

Programming Resources

Below you will find more interesting Programming resources


Web Programming

Learn more about Web Programming

ASP.NET

Learn ASP.NET Web Programming



LabVIEW

Learn Basic LabVIEW Programming

MATLAB

LabVIEW programming and Training



Software Engineering

Software Development and Enginnering Resources

Database Systems

Database Systems, Structured Query Language



Visual Studio/C#

Visual Studio and C# programming resources

Industrial IT

Industrial IT resources