CREATE A LANDING PAGE USING HTML ONLY.

A short description of how to create a Landing page in HTML.

set a background image.

come up as first and simply make a navigation bar and place it at the top of the page.

Now let’s add some content for home page.

Tags that are applied in the creation of this web.

HTML is a markup language: it is mainly used in the development of web pages.

It is comprised of tags that describe the web site contents.

These tags are HTML tags which includes <html>, <head>, <title>, <body>, <h1> to <h6> <A> among others.

This tutorial explains how to create a home page in html only

Overall Structure

Body Tag: The HTML code starts with <body> Tag which consists the over all Visible content of the web page.

Background: the property is used in defining the image that is applied as a background of the web page. CLICK HERE to download background image.

Vlink attribute is used to fix the colour of links equal to white.

The alink attribute is employed to make the colour of the links black after the links have been clicked.

Header Elements

Header Level 3: <h3> Tag is used to set out a heading within the page.

Company logo: Within <h3> Tag, <font> place the company logo text, “SKS”.

Navigation links: Another <font> tag in the <h3> contain the Navigation links as follows: Home, Portfolio, Blogs, About Us, Contact Us.

Main Content:

Heading Level 1: <h1> tag offers the main heading of the page which is “Create a simple and beautiful web page”.

Subheading: A typical example of the application of the concept is a subheading in the form of an <h3>tag, “Using HTML only”.

Hyperlink: An anchor tag <a> inside the <h2> tag makes a link to the “Sparkify Solutions ” Home page.

Footer Elements

Heading Level 5: An H5 tag has copyright statement in one part and company name in the other part.