Lesson 7
Lesson 7
Page Designing
What does Web Page mean?
A Web page is a document for the World Wide Web that can be
accessed and displayed on a monitor or smartphone using any web
browser. Web pages are made up of Hypertext Markup Language (HTML)
and can be created and modified by using basic application like Notepad
and professional HTML editors.
HTML is Free
One of the biggest advantages of HTML is that it is free of all cost and there
is no need to purchase specific software for it to be used.
WYSIWYG
WYSIWYG is the acronym for What You See Is What You Get. This means
that whatever you will type, insert, draw, place, rearrange, or whatever you
do on a web page is what the audience will see. Just like using the
Microsoft Word, WYSIWYG shows and prints whatever you will type on the
screen.
HTML
Web pages can be created and modified using professional HTML editors.
However, in learning HTML, it is better to use a simple text editor like
Notepad.
Follow the steps below to create your first web page with Notepad.
Step 1: Open Notepad HTML DOCUMENT
<html>
<head>
<title> My First Website </title>
</head>
<body>
<h1> Hello World </h1> </body>
</html>
HTML document is divided into two main sections the head and the body.
Each section contains specific information. The head section contains
information about the documents like title, search engine or keywords but
is not visible to the reader. The body section contains the information or
content that you want to appear on the web page.
Step 3: Save the HTML Page
Save the file on your computer. Select File > Save as in the Notepad menu.
Open the saved HTML file in your browser (double click on the file, or
right-click - and choose "Open with").
If small images are still not enough, you can also change your template
background. The left-hand sidebar features a ‘Background’ button, which
you can use to click and change with ease.
6. Add Pages
Once you created a stunning homepage, there are few other more pages
you can add to ensure that your website has everything visitors are
looking for. For example, make sure to include a “Home”, “About” and a
“Contact Us” page.
7. Publish your Wix website
To make your website publicly accessible, you need to publish it. To do so,
click “Publish” from the top menu. However, before Wix will publish your
site, the last step in the process is to create your own subdomain or
connect a custom domain. For a serious website, you should connect your
own custom domain name, rather than using a Wix subdomain.