Basic Web Page Template

broken image


In this chapter we will show some basic HTML examples.

Don't worry if we use tags you have not learned about yet.

W3.CSS Web Site Templates. We have created some responsive templates with the W3.CSS framework. You are free to modify, save, share, and use them in all your projects. Jarvis – Onepage Parallax Theme. Jarvis is a one-page template suitable for freelancers, agencies.

HTML Documents

All HTML documents must start with a document type declaration: .

The HTML document itself begins with and ends with .

The visible part of the HTML document is between and .

Example




My First Heading


My first paragraph.



Try it Yourself »

The Declaration

Simple Web Page Template

The declaration represents the document type, and helps browsers to display web pages correctly.

Basic Web Page Template

It must only appear once, at the top of the page (before any HTML tags).

The declaration is not case sensitive.

The declaration for HTML5 is:

HTML Headings

HTML headings are defined with the

to tags.

defines the most important heading. defines the least important heading:

Example

This is heading 1


This is heading 2


This is heading 3

Try it Yourself »

HTML Paragraphs

HTML paragraphs are defined with the

tag:

Example

This is a paragraph.


This is another paragraph.

Try it Yourself »
Basic Web Page Template

It must only appear once, at the top of the page (before any HTML tags).

The declaration is not case sensitive.

The declaration for HTML5 is:

HTML Headings

HTML headings are defined with the

to tags.

defines the most important heading. defines the least important heading:

Example

This is heading 1


This is heading 2


This is heading 3

Try it Yourself »

HTML Paragraphs

HTML paragraphs are defined with the

tag:

Example

This is a paragraph.


This is another paragraph.

Try it Yourself »

HTML Links

HTML links are defined with the tag:

Example

Try it Yourself »

The link's destination is specified in the href attribute.

Attributes are used to provide additional information about HTML elements.

You will learn more about attributes in a later chapter.

HTML Images

HTML images are defined with the tag.

The source file (src), alternative text (alt), width, and height are provided as attributes:

Example

Try it Yourself »

How to View HTML Source?

Have you ever seen a Web page and wondered 'Hey! How did they do that?'

View HTML Source Code:

Right-click in an HTML page and select 'View Page Source' (in Chrome) or 'View Source' (in Edge), or similar in other browsers. This will open a window containing the HTML source code of the page.

Inspect an HTML Element:

Right-click on an element (or a blank area), and choose 'Inspect' or 'Inspect Element' to see what elements are made up of (you will see both the HTML and the CSS). You can also edit the HTML or CSS on-the-fly in the Elements or Styles panel that opens.



These free website templates are ideal for anyone looking to create a simple website. Feel free to modify any template as you wish!

Bootstrap 'Mobile First' Templates

Corporate

Download | Preview

Portal

Download | Preview

Flexbox Templates

Website Layout 3

View Source Code | Preview

Vertical 12 Column Grid 1

View Source Code | Preview

CSS Grid Templates

Grid Layout 2

View Source Code | Preview

12 Column Vertical Grid

View Source Code | Preview

Instructions

Basic Static Web Page Template

To use a website template:

  1. Download the template of your choice
  2. Unzip the files into your chosen directory
  3. Add your own content (and modify template as you wish)
  4. Upload to your hosting provider. If you don't have a hosting provider, try ZappyHost

Customize Your Template

Here are a few ways you can modify your HTML template.

Free Codes For Website Design

  • Add some free graphics to your template.
  • Modify your template or simply add content with these HTML codes. Simply copy/paste them into your template.
  • Check out these HTML examples for more ideas. You can copy and paste these too.
  • Browse this list of JavaScript examples to add interactivity to your website. Again, you can copy and paste the code.
  • Learn HTML with this HTML tutorial.
  • Learn how to modify your template styles with this CSS tutorial.
  • Learn how to add interactivity to your template with this JavaScript tutorial.
  • Check out our other tutorials by visiting our homepage.




broken image