THE WEB PAGE HTML STORY It is easy to build a web page. HTML is a webpage language, that stands for Hyper Text Mark Up Language. It is called HTML code, because HTML on a web page is built by following HTML that are set up in braccets; So <> is begin a step, and </> is end a step: than the computer can run the web page operation(s). The html steps follow a pattern <HTML>begin HTML language.<BODY>Begin the web page, topics paragraphs, and ICON images.</body></HTML> To make a wepage able to be listed on a web search engine, <HEAD><TITLE>Title of page.</TITLE><META NAME="description" CONTENT="The subject of what the web page is about."> <META NAME="keywords" CONTENT="keywords that are about webpage that are separated by commas and a space."></HEAD> They are used between the <html><body>.


<BODY BGCOLOR="Is used, instead of <BODY> to create a web page color, background.">The <body uses <BR> for breaks. and <P> for new paragraph. <img src="Adds an ICON image.">, and <A HREF="Adds a URL."></A>The URL subject.> <H1></H1>, <H2></H2>, <H3></H3>, <H4></H4>, <H5></H5>, <H6></H6> Changes the Word size.


You can pick a a web page network server, and sign up so you can build your web page,


Web templates are prebuilt HTML web pages.


Many free websites have their own banner ADDs, that they add to your website.


That is how web publishing works on a computer.