Create a landing page with html only

Oct 3, 2024
16 Views
Image

A compact diagram of How to Make a Show page in HTML.


set an establishment picture.

make a course bar and stick it on the most elevated mark of the screen.

Add some glad for the point of arrival.

Marks that are used to make this page.

HTML is a markup language used to make pages.

It contains names that portray the things in the site page.

These names are <html> , <head> , <title> , <body> , <h1> to <h6> ,<a> and some more. Click the association underneath to look into these names.

Source Code

By and large Development

Body Tag: The HTML code Starts with <body> Mark which contains the entire Evident substance of the page.


Establishment: the property is used to set the establishment picture on the site page. CLICK HERE to download the establishment picture.


vlink property is used to set the shade of associations as white.


alink quality is used to set the shade of associations as dull after they are clicked.


Header Parts

Header Level 3: <h3> Tag is used to spread out a heading portion inside the page.


Association logo: Inside <h3> Tag, <font> encase the association logo text, "SKS".


Course interfaces: Another <font> label inside <h3> mark houses the course joins: "Home", "Portfolio", "Sites", "About us", "Reach out to us".


Central Substance:

Heading Level 1: A <h1> mark presents the fundamental heading of the page, "Make an essential and exquisite page".


Heading Level 3: A <h3 label presents a subheading, "Using HTML so to speak".


Hyperlink: An anchor tag <a> inside <h2> makes a hyperlink to "Sparkify Plans " Greeting page.


Footer Parts

Heading Level 5: A <h5> tag contains copyright text and an association name.

Comments
avatar
Please sign in to add comment.